summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/base.pp
AgeCommit message (Collapse)Author
2012-06-272.7 underscore rename: site-puppetMicah Anderson
2012-06-27Merge remote-tracking branch 'shared/master'Micah Anderson
2012-04-12Merge remote-tracking branch 'lelutin/freebsd' into sharedMicah Anderson
2012-04-12Fix probable typos.intrigeri
2011-08-23Move $puppet_default_config_dir to the puppet classGabriel 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-16Support FreeBSD for the puppet masterGabriel 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-22Fixed typos in the spelling of passenger in includesKeith aka fugit
2011-04-22added fqdn path call for source puppet.confKeith aka fugit
2010-11-28Fix whitespace and coding standards to use standard formatting styles (I ↵Micah Anderson
believe that this Closes #2353)
2010-08-19we set that below where it is the more appropriate placemh
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-08-06make the cleanup of reports configurablemh
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-06cleanup 'if defined' code smellmh
A new variable $puppetmaster_mode have been introduced, which should later be replaced by a class variable.
2010-08-06remove unnecessary definemh
2010-08-06codestyle - whitespacemh
Only code style and whitespace formatting issues. Everything should no be in ligne.
2010-07-15puppetd doesnt need to get notified at all, its built-invarac
2010-03-07When using Passenger, we don't need /etc/cron.d/puppetmaster.cronnadir
2010-02-04Allowes puppet::cron also on the puppetmaster servervarac
2009-11-14update file sources to new 0.25.x stylemh
2009-11-02recursivly updating file path to new 0.25 stylemh
2009-10-31setting correct filemodemh
2009-10-02refactor everything into its own filemh