aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-21add jessie preferences fileMicah Anderson
2014-01-08use the new style common modulemh
2014-01-08use stdlib instead of the common modulemh
2013-12-23May disable apt::proxy_client (2)Silvio Rhatto
2013-12-23May disable apt::proxy_clientSilvio Rhatto
2013-12-08Adapt documentation to take into account we haven't been supporting Lenny ↵intrigeri
for more than a year.
2013-12-08Remove Lenny-related comment that was made obsolete a year ago by commit 822950.intrigeri
2013-12-08Drop Debian Etch and Lenny compatibility.intrigeri
Both have been unsupported for ages.
2013-07-27Make custom_sources_list into a class paramterGabriel Filion
and thus remove the last global variable.
2013-06-27remove unnecessary override and accidentally merge issueMicah Anderson
2013-06-25Merge branch 'bug/fix_push' into leapMicah Anderson
This gets us fixes for the unattended_upgrades in wheezy, as well as the custom_key_dir class parameter replacement of the global variable Conflicts: manifests/unattended_upgrades.pp
2013-06-25Regression: lost MailOnlyOnError for unattended-upgradesGabriel Filion
Since only wheezy supports it, let's add it back only for wheezy. Signed-off-by: Gabriel Filion <gabster@lelutin.ca>
2013-06-25Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezySilvio Rhatto
2013-06-25Updating unattended-upgrades squeeze config as oldstable (2)Silvio Rhatto
2013-06-25fix unattended-upgrades dependency cyclevarac
2013-06-25using distribution sprecific files againvarac
2013-06-25fix default unattended-upgrades config filevarac
2013-06-25Make custom_key_dir a class parameter and not a global variableSilvio Rhatto
Conflicts: manifests/init.pp
2013-06-25remove unnecessary before dependency on the /etc/apt/preferences file in ↵Micah Anderson
unattended_upgrades.pp
2013-06-20fix for the following: warning: Dynamic lookup of $custom_preferences at ↵Micah Anderson
modules/apt/manifests/preferences_snippet.pp:16 is deprecated. For more information, see http://docs.puppetlabs.com/guides/scope_and_puppet.html. To see the change in behavior, use the --debug flag.
2013-05-29Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezySilvio Rhatto
2013-05-26Merge branch 'master' into leapMicah Anderson
2013-05-26Updating unattended-upgrades squeeze config as oldstable (2)Silvio Rhatto
2013-05-26Removing old unattended-upgrades' configsSilvio Rhatto
2013-05-26Merge branch 'nadir'Silvio Rhatto
2013-05-26Updating unattended-upgrades squeeze config as oldstableSilvio Rhatto
2013-05-25Updating unattended-upgrades squeeze configSilvio Rhatto
2013-05-20Adding back custom_key_dir parameter (2)Silvio Rhatto
2013-05-20Adding back custom_key_dir parameterSilvio Rhatto
2013-05-20Merge branch 'master' of ssh://labs.riseup.net/shared-aptSilvio Rhatto
Conflicts: manifests/init.pp
2013-05-03Wheezy was released!intrigeri
2013-04-30Merge branch 'nadir_lenny' into nadir_masternadirvarac
2013-04-30There is no security support for lenny anymorevarac
2013-04-14Avoid variable lookup on apt::unattended_upgradesSilvio Rhatto
The current lookup for '::apt::custom_preferences' might lead to a lookup error like (Scope(Class[Apt::Unattended_upgrades])) Could not look up qualified variable '::apt::custom_preferences'; class ::apt has not been evaluated at /etc/puppet/modules/apt/manifests/unattended_upgrades.pp:17 Since the lookup apparently happens during compilation time, this commits tries to fix this issue by using a define() function call instead of the lookup.
2013-04-14Qualifying apt class at apt::unattended_upgradesSilvio Rhatto
2013-04-14fix unattended-upgrades dependency cyclevarac
2013-04-14Merge branch 'nadir_issue_4227' into nadir_mastervarac
Conflicts: manifests/unattended_upgrades.pp
2013-04-14using distribution sprecific files againvarac
2013-04-14Merge branch 'nadir_issue_4227' into nadir_mastervarac
2013-04-14fix default unattended-upgrades config filevarac
2013-04-14Merge branch 'master' of code.leap.se:puppet_apt into nadir_mastervarac
2013-04-14Merge branch 'master' of labs.riseup.net:shared-apt into nadir_mastervarac
2013-04-01Set custom unattended-upgrades config atop of wheezy's default settingsSilvio Rhatto
2013-04-01Add default 50unattended-upgrades for wheezySilvio Rhatto
2013-03-20Use the main Debian archive's URL as the default URL for backports on Wheezy.intrigeri
The backports are now fully integrated with the main archive. See: https://labs.riseup.net/code/issues/4270 https://lists.debian.org/debian-devel-announce/2013/03/msg00007.html
2013-03-20Move apt class parameters to a ::params class.intrigeri
This brings no behaviour change yet, but will allow to set class parameters' default value depending on system facts.
2013-03-15Revert "deploy /etc/apt/preferences before File['apt_config']"varac
This reverts commit 7e8113b3fcf6f251ca9d5e2f39f43fd024058c97. see https://leap.se/code/issues/1990 for the miserious details.
2013-03-14deploy /etc/apt/preferences before File['apt_config']varac
2013-03-14apt keys: always deploy before Exec[refresh_apt], also with $custom_preferencesvarac
2013-03-06Merge remote-tracking branch 'origin/master' into nadir_mastervarac