summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-01-08README: Clarify random_sleepDaniele Sluijters
Closes #34
2016-01-07Rename reference to puppet-communityRob Nelson
2015-10-26Include variable 'RandomSleep'.Felix Barbeira
When the apt job starts, it will sleep for a random period between 0 and APT::Periodic::RandomSleep seconds. The default value is "1800" so that the script will stall for up to 30 minutes (1800 seconds) so that the mirror servers are not crushed by everyone running their updates all at the same time. Only set this to 0 if you use a local mirror and don't mind the load spikes. Note that while the apt job is sleeping it will cause the execution of the rest of your cron.daily jobs to be delayed.
2015-09-07Document auto -> cleanChristian Hofstaedtler
2015-04-23init: Do not include apt ourselves.Daniele Sluijters
Using `include apt` causes problems. If someone in the catalogue does an `class { 'apt: }` and we come after it with `include apt` this will work. However if the order is reversed we'll get a duplicate resource definition. Closes #12
2015-04-22README: Add Forge version badgeDaniele Sluijters
2015-04-22README: One 'h' too many [skip ci]Daniele Sluijters
2015-04-22README: Switch Travis shield to Travis [skip ci]Daniele Sluijters
2015-04-22Add shields for Travis and Puppet Forge [skip ci]Daniele Sluijters
2015-04-22README: Document all the optionsDaniele Sluijters
2015-04-14Initial commit (this is not finished).Daniele Sluijters