Guest User

Untitled

a guest
May 27th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if File.executable?("/usr/bin/moo")
  2.  
  3. Facter.add("moo") do
  4. setcode do
  5. # Do stuff
  6. end
  7. end
  8.  
  9. end
Add Comment
Please, Sign In to add comment