summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2010-08-19we set that below where it is the more appropriate placemh
2010-08-19work around a 2.6 issuemh
2010-08-19fix stupid typomh
2010-08-18puppet binary is in binmh
2010-08-17enable possibility to enforce puppet http_compressionmh
2010-08-17fix pattern for 2.6 openbsdmh
2010-08-17update openbsd stuff to 2.6 stylemh
2010-08-11remove unnecessary fileserver variable (#2460) round IImh
2010-08-09remove splay from openbsd cronmh
2010-08-09quote special usernamemh
2010-08-09use correct user on openbsdmh
2010-08-08correctly quote new cron timemh
2010-08-08add 2.6 configuration for clientmh
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-08-07improve puppet_cronmh
* 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-07improve reports cleanup disablemh
If we disable the cleanup of reports, actually remove the cron job.
2010-08-07improve checklastrun scriptmh
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-06use $puppet_crontime also for openbsdmh
this is a bit hacky, but works.
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 service (cron) notificationmh
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-06remove unnecessary definemh
2010-08-06the gentoo package has a statusmh
2010-08-06codestyle - whitespacemh
Only code style and whitespace formatting issues. Everything should no be in ligne.
2010-08-06merge with lavamind/mastermh
2010-07-15service-definition in shared-modules/cron is cron, not crondvarac
2010-07-15puppetd doesnt need to get notified at all, its built-invarac
2010-07-14Merge remote branch 'shared-modules/master'varac
2010-05-13fix include namespacesJerome Charaoui
2010-05-12need to specify root namespaceJerome Charaoui
2010-05-12correct typo (do we really need to notify cron?)Jerome Charaoui
2010-05-12rename $puppet_version and $facter_version and default to installed instead ↵Jerome Charaoui
of present
2010-05-12depend on cron moduleJerome Charaoui
2010-05-12remove package name override, not needed anymoreJerome Charaoui
2010-05-12adapt puppet::puppetmaster::passenger to updated passenger moduleJerome Charaoui
2010-05-12storeconfigs: use new mysql::client::ruby classJerome Charaoui
2010-05-12refactor puppet::puppetmaster::packageJerome Charaoui
2010-05-11Merge commit 'nadir/master'Jerome Charaoui
2010-03-31Add optional $puppet_version and $facter_version variables, defaults to ↵Jerome Charaoui
'present'
2010-03-07When using Passenger, we don't need /etc/cron.d/puppetmaster.cronnadir
2010-03-07README, added $puppet_crontime to tune how often a client gets updatesnadir
2010-02-17On puppet::puppetmaster::passenger apache2 needs to be restarted instead of ↵nadir
puppetmasted
2010-02-11improve puppetmaster support on debianJerome Charaoui
2010-02-10with puppet::puppetmaster::passenger, service puppetmaster restarts apache2varac
2010-02-04Allowes puppet::cron also on the puppetmaster servervarac
2010-02-03restructured a bit manifests/puppetmaster/passenger.ppvarac
2010-02-03puppet.conf is now 600, owned by puppet, because apache/passenger needs to ↵varac
access it as user puppet
2010-01-24Added puppet::puppetmaster::passenger class to enable apache/passenger supportvarac
2010-01-20changed destination from /opt/bin/puppetlast to /usr/local/binvarac
2010-01-20removed service definition for cron, which should be in an own cron-modulevarac