carpenoctem

naginator

Jul 29th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. file { "/etc/icinga/conf.d":
  2. ensure => directory,
  3. owner => "icinga",
  4. group => "icinga",
  5. mode => "0644",
  6. recurse => true,
  7. purge => true,
  8. }
Advertisement
Add Comment
Please, Sign In to add comment