Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-27 | Merge remote-tracking branch 'shared/master' | Micah Anderson | |
2012-04-12 | Merge remote-tracking branch 'lelutin/freebsd' into shared | Micah Anderson | |
2012-04-12 | Fix probable typos. | intrigeri | |
2012-04-05 | determine if puppetmaster-common should be installed, if ↵ | Micah Anderson | |
$puppetmaster_ensure_version is not set | |||
2011-08-23 | Move $puppet_default_config_dir to the puppet class | Gabriel Filion | |
We'd like to use this variable in the 'puppet' class since we're defining the path to another config file, there. Since puppet::puppetmaster inherits the puppet class, the variable will be defined appropriately. Just to make sure we get the value from the right place, let's also use the qualified variable name. To avoid useless repetitions in the variable name, change the variable name from $puppet_default_config_dir to $default_config_dir. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-07-16 | Support FreeBSD for the puppet master | Gabriel Filion | |
The puppet master has one additional config file that needs to be placed in a different folder under FreeBSD. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-04-22 | fix problem where you are not on wheezy or sid, but you install a newer ↵ | Micah Anderson | |
version through puppetmaster_ensure_version (such as through backports) | |||
2011-04-22 | Revert "Declared the inclusion of an external package. This should be ↵ | Micah Anderson | |
removed for public use or incorporated into the puppet module" This isn't something we want to keep This reverts commit bc4fa29b454691b6c446b2881b4b3ea39d6b8272. | |||
2011-04-22 | Fix the notify call for puppet service so it will work with passenger | Keith aka fugit | |
2011-04-22 | Fixed typos in the spelling of passenger in includes | Keith aka fugit | |
2011-04-22 | added fqdn path call for source puppet.conf | Keith aka fugit | |
2011-04-22 | Declared the inclusion of an external package. This should be removed for ↵ | Keith aka fugit | |
public use or incorporated into the puppet module | |||
2011-04-13 | removed errant space | Keith aka fugit | |
2011-04-13 | updated allow insatll of puppetmaster on squeeze. This addresses the | Keith aka fugit | |
package diferences. | |||
2011-03-22 | fix syntax error from previous commit | Micah Anderson | |
2011-03-22 | add debian-specific puppetmaster require parameter package override | Micah Anderson | |
2011-01-17 | fix location of puppet reports in cronjob that is run daily to cleanup ↵ | Micah Anderson | |
reports on a monthly basis (by default) | |||
2011-01-11 | fix dependency error for the /etc/cron.d/puppetlast.cron | Micah Anderson | |
2011-01-10 | Fix up puppet/puppetmaster status method for Debian Squeeze and Sid, ↵ | Micah Anderson | |
updating my previous commits with the fixes from LeLutin (closes: #2693) | |||
2011-01-10 | add to puppet::puppetmaster::debian a file resource to manage the ↵ | Micah Anderson | |
/etc/default/puppetmaster file shipped with the debian package | |||
2011-01-10 | add a $use_munin variable to give a knob to turn on/off munin graphing. | Micah Anderson | |
add two new munin graphs for puppetmaster: one to graph the memory usage of the running puppetmasters; and one to graph the average compile time | |||
2010-12-14 | Merge remote branch 'immerda/master' into immerda | Micah Anderson | |
Conflicts: manifests/puppetmaster/checklastrun.pp manifests/puppetmaster/checklastrun/disable.pp | |||
2010-12-14 | add debian-specific puppetmaster service resource overrides, if not running ↵ | Micah Anderson | |
passenger mode | |||
2010-11-29 | replace puppetlast with much more improved version | mh | |
2010-11-28 | Fix whitespace and coding standards to use standard formatting styles (I ↵ | Micah Anderson | |
believe that this Closes #2353) | |||
2010-08-19 | we set that below where it is the more appropriate place | mh | |
2010-08-11 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
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-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 | 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 | 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-12 | need to specify root namespace | Jerome Charaoui | |
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 | |
2010-05-12 | refactor puppet::puppetmaster::package | Jerome Charaoui | |
2010-05-11 | Merge commit 'nadir/master' | Jerome Charaoui | |
2010-03-07 | When using Passenger, we don't need /etc/cron.d/puppetmaster.cron | nadir | |
2010-02-17 | On puppet::puppetmaster::passenger apache2 needs to be restarted instead of ↵ | nadir | |
puppetmasted | |||
2010-02-11 | improve puppetmaster support on debian | Jerome Charaoui | |
2010-02-10 | with puppet::puppetmaster::passenger, service puppetmaster restarts apache2 | varac | |