summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-02Merge pull request #52 from icann-dns/add_config_optionsJoseph (Jy) Yaworski
add options support
2016-03-31add options supportb4ldr
fix ruby 1.9 hash correct
2016-03-25Merge pull request #58 from GhostLyrics/GhostLyrics-update-docsJoseph (Jy) Yaworski
update default parameters for legacy_origin option
2016-03-25update default parameters for legacy_origin optionAlexander Skiba
2016-03-21Merge pull request #56 from webfactory/add-reboot-timeJoseph (Jy) Yaworski
Add parameter to control reboot time
2016-03-21Add parameter to control reboot timeMatthias Pigulla
2016-03-20Merge pull request #57 from voxpupuli/modulesyncJoseph (Jy) Yaworski
Update from voxpupuli modulesync_config
2016-03-20Update from voxpupuli modulesync_configJoseph Yaworski
2016-03-16Merge pull request #55 from spoofedpacket/masterJoseph (Jy) Yaworski
Small fix for random_sleep documentation. The value is set to undef i…
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-02-05Merge pull request #51 from voxpupuli/no-notify-updateTim Meusel
Default `notify_update` to false
2016-02-05Gemfile: lock Rubocop to 0.35.0Daniele Sluijters
2016-02-05unattended_upgrades: default `notify_update` to falseDaniele Sluijters
The settings that we write for unattended-upgrades, though part of `/etc/apt` on the filesystem, do not affect apt's behaviour. As such notifying `apt::update` only serves to slow us down.
2016-02-05spec: use :parameter instead of 'option'Daniele Sluijters
2016-01-11Merge pull request #47 from voxpupuli/prep-1.1.1Mickaël Canévet
release: 1.1.1
2016-01-11release: 1.1.1Daniele Sluijters
2016-01-11params: Do the lookup through `xfacts`Daniele Sluijters
This fixes the strict variables compatibility.
2016-01-11Merge pull request #46 from mcanevet/fix/typoIgor Galić
Fix typo
2016-01-11Fix typoMickaël Canévet
2016-01-09[blacksmith] Bump version to 1.1.1-rc0Daniele Sluijters
2016-01-09Merge pull request #45 from igalic/rel/1.1.0Daniele Sluijters
prepare release of 1.1.0
2016-01-08prepare release of 1.1.0Igor Galić
write changelog bump version fix urls to new namespace
2016-01-08Merge pull request #44 from voxpupuli/fixesIgor Galić
Doc and implementation fixes
2016-01-08README: Clarify random_sleepDaniele Sluijters
Closes #34
2016-01-08Don't fail immediatly if legacy_origin/origins not setDaniele Sluijters
Closes #37
2016-01-08Merge pull request #43 from voxpupuli/rubocopIgor Galić
Remediate rubocop offenses
2016-01-08Remediate rubocop offensesRob Nelson
2016-01-08Merge pull request #41 from voxpupuli/modulesyncRob Nelson
Update from voxpupuli modulesync_config Rubocop fixes coming in a second PR
2016-01-08Merge pull request #42 from igalic/fix/lintRob Nelson
cleanup(params) make linter happy
2016-01-08cleanup(params) make linter happyIgor Galić
2016-01-08Update from voxpupuli modulesync_configIgor Galić
2016-01-08Merge pull request #40 from igalic/maint/msyncTim Meusel
feat(msync) move secure line into .sync.yml
2016-01-08feat(msync) move secure line into .sync.ymlIgor Galić
2016-01-07Merge pull request #39 from voxpupuli/build-badgeSpencer Krum
Rename reference to puppet-community
2016-01-07Rename reference to puppet-communityRob Nelson
2015-10-27Merge pull request #33 from fbarbeira/masterFelix Frank
Include variable 'RandomSleep'.
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-10-23Merge pull request #31 from clauded/masterIgor Galić
Add optional notify_update parameter
2015-10-16Set apt to v2.2.0 for notify_update parameterClaude Durocher
2015-10-16Require v2.2.0 of apt for notify_update parameterClaude Durocher
2015-10-15Add notify_update parameterClaude Durocher
2015-10-09Merge pull request #27 from fbarbeira/patch-1William Van Hevelingen
Small fix typo
2015-10-09Small fix typoFélix Barbeira
2015-09-21Merge pull request #26 from raoulbhatia/fixesIgor Galić
Enhancements by merging Debian defaults, puppetlabs-apt and own research
2015-09-10Merge pull request #25 from zeha/patch-1Igor Galić
Document auto -> clean
2015-09-09Enhance and bugfix tests for Ubuntu Vivid & WilyRaoul Bhatia
2015-09-09Enhance and bugfix tests for Debian & Ubuntu LTSRaoul Bhatia
2015-09-09Update origins by merging Debian defaults, puppetlabs-apt and own researchRaoul Bhatia
Default configuration was taken from the following archives file ./etc/apt/apt.conf.d/50unattended-upgrades Debian: * 6 Squeeze: unattended-upgrades_0.62.2+squeeze1_all.deb * 7 Wheezy: unattended-upgrades_0.79.5+wheezy2_all.deb * 8 Jessie: unattended-upgrades_0.83.3.2+deb8u1_all.deb Ubuntu: * 12.04LTS Precise Pangolin: unattended-upgrades_0.76ubuntu1.1_all.deb * 14.04LTS Trusty Tahr: unattended-upgrades_0.82.1ubuntu2.3_all.deb * 15.04 Vivid Vervet: unattended-upgrades_0.83.6ubuntu1_all.deb * 15.10 Wily Werewolf: unattended-upgrades_0.86.2ubuntu1_all.deb
2015-09-07Document auto -> cleanChristian Hofstaedtler
2015-09-02Merge pull request #14 from cpick/fix-ubuntu-originsIgor Galić
unattended-upgrades are broken on Ubuntu by default due to origins typo