summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-11-02Add missing ToCDennis Hoppe
2016-11-02Add missing badgesDennis Hoppe
2016-11-02Fix several markdown issuesDennis Hoppe
2016-10-05remove trailing whitespaceTim Meusel
2016-09-12Ubuntu: Add 16.04 Xenial Xerus and 16.10 Yakkety Yak.Raoul Bhatia
2016-05-29LinuxMint: Add support for Linux MintRaoul Bhatia
2016-03-31add options supportb4ldr
fix ruby 1.9 hash correct
2016-03-25update default parameters for legacy_origin optionAlexander Skiba
2016-03-21Add parameter to control reboot timeMatthias Pigulla
2016-03-16Small fix for random_sleep documentation. The value is set to undef in ↵Robert Gallagher
init.pp, so the default in the apt cron job's random_sleep() function applies, which is 1800s.
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