Guest User

Untitled

a guest
Jul 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. [root@dukesrvi01 log]# crontab -e
  2.  
  3. # HEADER: This file was autogenerated at Tue Feb 10 12:01:02 -0500 2009 by puppet.
  4. # HEADER: While it can still be managed manually, it is definitely not recommended.
  5. # HEADER: Note particularly that the comments starting with 'Puppet Name' should
  6. # HEADER: not be deleted, as doing so could cause duplicate cron jobs.
  7. 15 3 * * * /usr/local/bin/linux-update.sh >/dev/null
  8. # Puppet Name: puppetclientrestart
  9. 15 4 * * * /etc/init.d/puppet restart >/dev/null
  10. # Puppet Server Restart - Local Only
  11. 15 3 * * * /etc/init.d/puppetmaster restart >/dev/null
  12. 30 3 * * * /etc/init.d/puppetmaster restart >/dev/null
  13. 15 8 * * * /etc/init.d/puppetmaster restart >/dev/null
  14. 30 8 * * * /etc/init.d/puppetmaster restart >/dev/null
  15. 15 12 * * * /etc/init.d/puppetmaster restart >/dev/null
  16. 30 12 * * * /etc/init.d/puppetmaster restart >/dev/null
  17. # Puppet Name: systeminfo-root
  18. 0 1 * * * /usr/local/bin/facter > /home/passsync/data/$HOSTNAME
  19. ~
Add Comment
Please, Sign In to add comment