Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-28 | add the possibility to clean the individual node client buckets. | Micah Anderson | |
this tidy is quite conservative, only cleaning files that are older than one month. this seems long enough to be able to recover from a disaster, yet still keep things from filling up the disk. | |||
2010-11-28 | default client puppet.conf changes: | Micah Anderson | |
. add a default production environment . add a development environmnet . due to deprecation notice in 2.6, change the [puppetd] section header to [agent] . remove the default server puppet.glei.ch, the default server should just be puppet.$fqdn . remove some option comments that aren't being used . remove logdest as this isn't a valid option anymore, and was set to the default . replace the templatedir full path with the $vardir path. . add the module path Conflicts: files/client/puppet.conf | |||
2010-11-28 | debian's puppet initscript has status functionality | Micah Anderson | |
Conflicts: manifests/cron/base.pp manifests/debian.pp | |||
2010-11-28 | add site-puppet cron.d/puppet source | Micah Anderson | |
2010-11-28 | I've removed the pre-requirement that you need to have the 'bc' module | Micah Anderson | |
installed. It seems a little silly to have a hard-coded dependency on a module that simply installs one package. I replaced it with a test to see if the package has been defined elsewhere, and if not then it installs it, allowing those who wish to continue to do this to have no change. I also provide a mechanism to specify the version, if desired. Conflicts: manifests/linux.pp | |||
2010-11-28 | Fix whitespace and coding standards to use standard formatting styles (I ↵ | Micah Anderson | |
believe that this Closes #2353) | |||
2010-10-21 | stage lastcheck | mh | |
2010-09-15 | fix some issues with cron enabling/service disabling | mh | |
2010-08-31 | factsync is a deprecated option - pluginsync is enough | mh | |
2010-08-19 | this is not anymore needed on 2.6 | mh | |
2010-08-19 | turn plugin and fact sync on | mh | |
As we use custom facts and plugins in our modules I think it's safe to turn them on by default. | |||
2010-08-19 | we set that below where it is the more appropriate place | mh | |
2010-08-19 | work around a 2.6 issue | mh | |
2010-08-19 | fix stupid typo | mh | |
2010-08-18 | puppet binary is in bin | mh | |
2010-08-17 | enable possibility to enforce puppet http_compression | mh | |
2010-08-17 | fix pattern for 2.6 openbsd | mh | |
2010-08-17 | update openbsd stuff to 2.6 style | mh | |
2010-08-11 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-08-09 | remove splay from openbsd cron | mh | |
2010-08-09 | quote special username | mh | |
2010-08-09 | use correct user on openbsd | mh | |
2010-08-08 | correctly quote new cron time | mh | |
2010-08-08 | add 2.6 configuration for client | mh | |
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-08-07 | improve documentation for puppet::cron | mh | |
2010-08-07 | improve puppet_cron | mh | |
* don't use builtin splay, splay runs depending on the fqdn of a host -> puppet isn't running until it really should * fix various things for cron on openbsd | |||
2010-08-07 | improve reports cleanup disable | mh | |
If we disable the cleanup of reports, actually remove the cron job. | |||
2010-08-07 | improve checklastrun script | mh | |
2010-08-07 | improve readme | mh | |
2010-08-06 | remove unnecessary file | mh | |
2010-08-06 | make the cleanup of reports configurable | mh | |
We can now either disable reports cleanup or set the amount of days reports should be kept. By default we still cleanup reports after 30 days. | |||
2010-08-06 | use $puppet_crontime also for openbsd | mh | |
this is a bit hacky, but works. | |||
2010-08-06 | cleanup 'if defined' code smell | mh | |
A new variable $puppetmaster_mode have been introduced, which should later be replaced by a class variable. | |||
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 | remove unnecessary define | mh | |
2010-08-06 | the gentoo package has a status | mh | |
2010-08-06 | codestyle - whitespace | mh | |
Only code style and whitespace formatting issues. Everything should no be in ligne. | |||
2010-08-06 | merge with lavamind/master | mh | |
2010-07-15 | service-definition in shared-modules/cron is cron, not crond | varac | |
2010-07-15 | puppetd doesnt need to get notified at all, its built-in | varac | |
2010-07-14 | Merge remote branch 'shared-modules/master' | varac | |
2010-05-13 | fix include namespaces | Jerome Charaoui | |
2010-05-12 | need to specify root namespace | Jerome Charaoui | |
2010-05-12 | correct typo (do we really need to notify cron?) | Jerome Charaoui | |
2010-05-12 | rename $puppet_version and $facter_version and default to installed instead ↵ | Jerome Charaoui | |
of present | |||
2010-05-12 | depend on cron module | Jerome Charaoui | |
2010-05-12 | remove package name override, not needed anymore | Jerome Charaoui | |
2010-05-12 | adapt puppet::puppetmaster::passenger to updated passenger module | Jerome Charaoui | |
2010-05-12 | storeconfigs: use new mysql::client::ruby class | Jerome Charaoui | |