Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-06 | Fix /etc/default/puppetmaster on Debian when using mode => passenger | Jerome Charaoui | |
2015-05-06 | better default value for shorewall_puppetmaster parameter | Jerome Charaoui | |
2015-02-24 | Merge branch 'master' of git://git.puppet.immerda.ch/module-puppet | Jerome Charaoui | |
Conflicts: files/master/config.ru files/master/puppet.conf manifests/base.pp manifests/centos.pp manifests/cron.pp manifests/cron/base.pp manifests/cron/linux.pp manifests/debian.pp manifests/init.pp manifests/linux.pp manifests/master/linux.pp manifests/master/package/debian.pp manifests/puppetmaster/base.pp manifests/puppetmaster/centos.pp manifests/puppetmaster/checklastrun.pp manifests/puppetmaster/checklastrun/disable.pp manifests/puppetmaster/cleanup_reports.pp manifests/puppetmaster/cleanup_reports/disable.pp manifests/puppetmaster/debian.pp manifests/puppetmaster/package.pp manifests/puppetmaster/package/base.pp manifests/puppetmaster/passenger.pp | |||
2014-12-17 | add hiera management file | mh | |
2014-12-03 | change char to us-ascii | tr | |
2014-09-05 | linting | mh | |
2014-09-05 | make tmp dir puppet writeable for cache invalidations | mh | |
2014-08-30 | fix cron name globally + linting | mh | |
2014-08-30 | do privilege drop properly within cron | mh | |
2014-07-09 | get rid off lsb facts | mh | |
2014-06-28 | linting | mh | |
2014-06-28 | now all puppet version have a status | mh | |
2014-05-03 | change char to us-ascii | tr | |
2014-02-20 | Prevent duplicate declarations of 'apt' class | Jerome Charaoui | |
2014-02-20 | Don't deploy apt_preferences snippet on master if is undef | Jerome Charaoui | |
2014-02-18 | Fix site path in passenger class | Jerome Charaoui | |
2013-12-05 | linting | mh | |
2013-12-05 | fix source if we pass config_content | mh | |
2013-12-05 | make it possible to pass the content of the config from outside | mh | |
2013-12-05 | make it possible to consume an external database | mh | |
2013-08-25 | add cleanup job | mh | |
2013-08-05 | silence the lastrun output on only successfull runs | mh | |
2013-07-27 | Merge remote-tracking branch 'intrigeri/bugfix/have_puppetlast_cronjob_run' | Gabriel Filion | |
2013-05-20 | this should be passed as a mysql hash here | mh | |
2013-05-20 | so far this is only localhost | mh | |
2013-05-20 | correct naming | mh | |
2013-05-20 | add a simple dashboard setup | mh | |
2013-05-20 | if it runs with passenger there is no such service | mh | |
2013-05-20 | fix inheriting | mh | |
2013-05-20 | follow new naming convention | mh | |
2013-05-01 | checklastrun cronjob: only pass output through in imperfect situations. | intrigeri | |
That is, silence it (and avoid nagging the administrators with email) when all hosts are OK, and puppetlast exits with return code 0. | |||
2013-04-23 | Install puppetlast cronjob under a usable name. | intrigeri | |
That is, install it as /etc/cron.d/puppetlast, and cleanup the old buggy /etc/cron.d/puppetlast.cron. As cron(8) says about /etc/cron.d/: "For example, any file containing dots will be ignored." | |||
2013-04-08 | puppet is in bin not sbin | mh | |
2013-04-07 | also use new naming convention on linux | mh | |
2013-02-27 | Fix typo. | Jerome Charaoui | |
2013-01-02 | Class hierarchy is off and passenger apt repository is always installed | Gabriel Filion | |
also, the $puppet_majorversion variable was empty because it was not fully qualified. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2013-01-02 | Merge branch 'puppet_cron' | Gabriel Filion | |
Conflicts: manifests/cron.pp manifests/linux.pp take the changes from puppet_cron | |||
2013-01-02 | Make all linux distributions use the same path for the cron file | Gabriel Filion | |
This simplifies the hierarchy and fixes the problem that going from puppet::cron to puppet under debian doesn't remove the cron file. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2013-01-02 | cron service dependancy has some errors and misses the cron class | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2013-01-02 | added service dependency for cronpuppet_cron | varac | |
2013-01-02 | linted cron/linux.pp | varac | |
2013-01-02 | removed unnesseccary stuff for absent puppetd.cron | varac | |
2013-01-02 | linted linux.pp | varac | |
2013-01-02 | linted checklastrun.pp | varac | |
2013-01-02 | Merge branch 'master' of ssh://labs.riseup.net/shared-puppet | varac | |
2012-12-07 | improve puppet munin plugin | mh | |
2012-12-07 | correct env var | mh | |
2012-12-06 | use correct location to get logs | mh | |
2012-10-11 | file extension .sh is not recognized by run-parts | varac | |
2012-08-26 | improve testing for service | mh | |