Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | Fix ssldir value for FreeBSD config | Gabriel Filion | |
The default ssl directory in FreeBSD is /var/puppet/ssl, not /usr/local/etc/puppet/ssl With the previous value, puppet would refuse to run starting from the second run, stating that the certificates do not match. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-07-16 | Support puppet client for FreeBSD | Gabriel Filion | |
Some pieces of the puzzle are missing for being able to manage puppet in FreeBSD. * Add a default puppet client config template for FreeBSD * In FreeBSD, puppet.conf is not in /etc/puppet/ so let's provide a value for this variable in init.pp. * The rc script for starting and stopping puppet is not located in /etc/rc.d so let's signify this to Service[puppet] Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-03-28 | add missing redirection to /dev/null for the first puppet restart: #2690 | Micah Anderson | |
2011-03-15 | instead of using $RANDOM, which isn't POSIX, we get even more esoteric by ↵ | Micah Anderson | |
pulling 2 bytes from /dev/urandom, giving them to od which turns them into unsigned decimals, and then we bitshift the output, either by 5 or 6 depending on if we are replacing $RANDOM/1000*60 (right sift by 5 is the same as dividing by 2^N, or /32) or $RANDOM/2000*60 (range of [0,983]) Thanks to dkg for working through this with me, not only did he come up with it faster than a human brain should be able to function, he had the patience to explain all the individual pieces that I did not understand to me. | |||
2011-01-11 | on debian, the default /etc/default/puppet file has "START=no", the default ↵ | Micah Anderson | |
that is shipped with the puppet module had it set to "START=yes". This commit reverts that to the packaged default. It would probably be better not to ship the exact duplicate of the package's /etc/default/puppet, but rather do something else, when things that are other than the default need to be changed. | |||
2011-01-10 | fix the bc dependency (closes: #2690) | Micah Anderson | |
this is done by removing the hacky `if !defined` on the bc package by removing the package dependency altogether and replacing the places where it is used by shell built-in math functions. this is a follow-up commit to 1455b1f9a55cdffc582fd93fa0bc5c016585760c | |||
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-07 | convert timestamp first to a string to be sure we handle all the same way | mh | |
2010-12-06 | looks like last_compile can be nil sometimes | mh | |
2010-11-29 | rather use last_compile than last update | mh | |
2010-11-29 | replace puppetlast with much more improved version | mh | |
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-10-21 | stage lastcheck | 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-08 | add 2.6 configuration for client | mh | |
2010-08-07 | improve checklastrun script | mh | |
2010-08-06 | remove unnecessary file | mh | |
2010-07-14 | Merge remote branch 'shared-modules/master' | varac | |
2010-02-15 | cleaned puppet.conf for the clients | nadir | |
2010-02-03 | added vardir + ssldir because passenger driven puppetmasterd sometimes ↵ | varac | |
doesn't read the config at the very startup | |||
2010-01-24 | Added puppet::puppetmaster::passenger class to enable apache/passenger support | varac | |
2010-01-24 | added apache/passenger config variables | varac | |
2010-01-19 | took out "server=puppet.glei.ch" | varac | |
2009-12-13 | it looks like memory is much more stable let's restart it only once a day | mh | |
2009-12-01 | adjust puppetmaster cron, it shouldn't be anymore that bad | mh | |
2009-11-02 | parse the timestamps before substracting them | mh | |
2009-10-31 | remove deprecated option | mh | |
2009-07-11 | enforce logdest for puppet client | mh | |
2009-02-22 | not needed anymore | mh | |
2008-12-27 | added --all option to display all | mh | |
2008-12-27 | added lastrun check | mh | |
2008-10-01 | Merge commit 'puzzle/development' | mh | |
2008-09-15 | add new line to be according to V7 stnadard | mh | |
2008-09-03 | memory problem have been found, so no need to restart every 2 hours | mh | |
2008-08-31 | increase restart of master to every 2 hours | mh | |
2008-07-29 | Merge commit 'puzzle/development' | mh | |
2008-07-28 | added marshal configs for puppet | mh | |
2008-07-26 | added debian config file | mh | |
2008-07-22 | merged with puzzle | mh | |
2008-07-19 | improved cron to restart the puppet daemon every second day, to avoid high ↵ | mh | |
memory usage | |||
2008-07-04 | added centos sysconfig to be manged | mh | |
2008-07-02 | moved our own fileserver config to the right place | mh | |
2008-05-29 | merged from puzzle | mh | |
2008-04-13 | fixed ssl-headers for clusters | mh | |
2008-04-10 | refixed path, reverted to default | mh | |
2008-04-10 | fixed some paths | mh | |