Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. define root-644-file ($source=undef, $contents=undef) {
  2. file {$title:
  3. ensure => file,
  4. owner => 'root',
  5. group => 'root',
  6. mode => 644,
  7. source => $source,
  8. contents => $contents,
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement