index
:
puppet_puppet.git
master
puppet_cron
[puppet_puppet]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
puppetmaster
/
checklastrun.pp
Age
Commit message (
Collapse
)
Author
2010-08-07
remove unnecessary fileserver variable (#2460)
mh
2010-08-07
improve checklastrun script
mh
2010-08-06
remove unnecessary service (cron) notification
mh
There is no need to notify the cron service after placing something in /etc/cron.d. This means that we can also remove the dependency to cron, as we don't refer to any managed resource of the cron module anymore.
2010-08-06
codestyle - whitespace
mh
Only code style and whitespace formatting issues. Everything should no be in ligne.
2010-07-15
service-definition in shared-modules/cron is cron, not crond
varac
2010-01-20
changed destination from /opt/bin/puppetlast to /usr/local/bin
varac
2010-01-20
removed service definition for cron, which should be in an own cron-module
varac
2010-01-20
cron reload for /etc/cron.d/puppet*, debian/ubuntu shellscripts under ↵
varac
/usr/local/bin rather than /opt/bin
2009-11-14
update file sources to new 0.25.x style
mh
2009-11-02
recursivly updating file path to new 0.25 style
mh
2009-01-06
merged with puzzle
mh
2008-12-30
crons have to end with a new line
mh
2008-12-27
syntax check
mh
2008-12-27
if we check for half a day delay, we should check every half a day
mh
2008-12-27
added lastrun check
mh