Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. file { "/mnt/scripts/sync.sh":
  2. ensure => directory
  3. owner => root,
  4. group => root,
  5. mode => 0700,
  6. }
  7.  
  8. cron { sync:
  9. command => "/mnt/scripts/sync.sh",
  10. user => root
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement