Advertisement
Guest User

Untitled

a guest
May 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. cron { 'resource title':
  2. name => # (namevar) The symbolic name of the cron job. This name is
  3. ensure => # The basic property that the resource should be...
  4. command => # The command to execute in the cron job. The...
  5. environment => # Any environment settings associated with this...
  6. hour => # The hour at which to run the cron job. Optional;
  7. minute => # The minute at which to run the cron job...
  8. month => # The month of the year. Optional; if specified...
  9. monthday => # The day of the month on which to run the...
  10. provider => # The specific backend to use for this `cron...
  11. special => # A special value such as 'reboot' or 'annually'...
  12. target => # The name of the crontab file in which the cron...
  13. user => # The user who owns the cron job. This user must...
  14. weekday => # The weekday on which to run the command...
  15. # ...plus any applicable metaparameters.
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement