Guest User

Untitled

a guest
Dec 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. exec { "backupfile":
  2. command => "mount $share; cp $file $target; umount $share; touch /var/tmp/backupdone”,
  3. onlyif => "test ! -f /var/tmp/backupdone",
  4. }
Add Comment
Please, Sign In to add comment