summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-29Merge pull request #61 from raoulbhatia/linuxmintAlex Fisher
LinuxMint: Add support for Linux Mint
2016-05-29LinuxMint: Add support for Linux MintRaoul Bhatia
2016-05-26[blacksmith] Bump version to 2.0.1-rc0Tim Meusel
2016-05-26Merge pull request #60 from voxpupuli/modulesyncBen S
modulesync 0.6.3 + release 2.0.0
2016-05-26release 2.0.0Tim Meusel
2016-05-26bump rubocop-rspec to 1.5Tim Meusel
2016-05-26mock lsbdistrelease on ubuntuTim Meusel
2016-05-26modulesync 0.6.3Tim Meusel
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