Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cron_hora => '2, 14',
  2.  
  3. cron { "aws_snapshots::cron":
  4. ensure => present,
  5. user => 'root',
  6. command => 'touch /tmp/teste',
  7. hour => [$cron_hora]
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement