Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if File.executable?("/afs/in2p3.fr/common/uss/machine_status")
  2. Facter.add("machinestatus") do
  3. setcode do
  4. %x(/afs/in2p3.fr/common/uss/machine_status).chomp
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment