Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
202
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. }
  9.  
  10. Error: Failed to apply catalog: Parameter hour failed on Cron[aws_snapshots::cron]: [2, 14] is not a valid hour at /etc/puppet/modules/aws_snapshots/manifests/config.pp:84
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement