Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-21 | add jessie preferences file | Micah Anderson | |
2014-01-08 | use the new style common module | mh | |
2014-01-08 | use stdlib instead of the common module | mh | |
2013-12-23 | May disable apt::proxy_client (2) | Silvio Rhatto | |
2013-12-23 | May disable apt::proxy_client | Silvio Rhatto | |
2013-12-08 | Adapt documentation to take into account we haven't been supporting Lenny ↵ | intrigeri | |
for more than a year. | |||
2013-12-08 | Remove Lenny-related comment that was made obsolete a year ago by commit 822950. | intrigeri | |
2013-12-08 | Drop Debian Etch and Lenny compatibility. | intrigeri | |
Both have been unsupported for ages. | |||
2013-07-27 | Make custom_sources_list into a class paramter | Gabriel Filion | |
and thus remove the last global variable. | |||
2013-06-27 | remove unnecessary override and accidentally merge issue | Micah Anderson | |
2013-06-25 | Merge branch 'bug/fix_push' into leap | Micah 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-25 | Regression: lost MailOnlyOnError for unattended-upgrades | Gabriel Filion | |
Since only wheezy supports it, let's add it back only for wheezy. Signed-off-by: Gabriel Filion <gabster@lelutin.ca> | |||
2013-06-25 | Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezy | Silvio Rhatto | |
2013-06-25 | Updating unattended-upgrades squeeze config as oldstable (2) | Silvio Rhatto | |
2013-06-25 | fix unattended-upgrades dependency cycle | varac | |
2013-06-25 | using distribution sprecific files again | varac | |
2013-06-25 | fix default unattended-upgrades config file | varac | |
2013-06-25 | Make custom_key_dir a class parameter and not a global variable | Silvio Rhatto | |
Conflicts: manifests/init.pp | |||
2013-06-25 | remove unnecessary before dependency on the /etc/apt/preferences file in ↵ | Micah Anderson | |
unattended_upgrades.pp | |||
2013-06-20 | fix 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-29 | Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezy | Silvio Rhatto | |
2013-05-26 | Merge branch 'master' into leap | Micah Anderson | |
2013-05-26 | Updating unattended-upgrades squeeze config as oldstable (2) | Silvio Rhatto | |
2013-05-26 | Removing old unattended-upgrades' configs | Silvio Rhatto | |
2013-05-26 | Merge branch 'nadir' | Silvio Rhatto | |
2013-05-26 | Updating unattended-upgrades squeeze config as oldstable | Silvio Rhatto | |
2013-05-25 | Updating unattended-upgrades squeeze config | Silvio Rhatto | |
2013-05-20 | Adding back custom_key_dir parameter (2) | Silvio Rhatto | |
2013-05-20 | Adding back custom_key_dir parameter | Silvio Rhatto | |
2013-05-20 | Merge branch 'master' of ssh://labs.riseup.net/shared-apt | Silvio Rhatto | |
Conflicts: manifests/init.pp | |||
2013-05-03 | Wheezy was released! | intrigeri | |
2013-04-30 | Merge branch 'nadir_lenny' into nadir_masternadir | varac | |
2013-04-30 | There is no security support for lenny anymore | varac | |
2013-04-14 | Avoid variable lookup on apt::unattended_upgrades | Silvio 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-14 | Qualifying apt class at apt::unattended_upgrades | Silvio Rhatto | |
2013-04-14 | fix unattended-upgrades dependency cycle | varac | |
2013-04-14 | Merge branch 'nadir_issue_4227' into nadir_master | varac | |
Conflicts: manifests/unattended_upgrades.pp | |||
2013-04-14 | using distribution sprecific files again | varac | |
2013-04-14 | Merge branch 'nadir_issue_4227' into nadir_master | varac | |
2013-04-14 | fix default unattended-upgrades config file | varac | |
2013-04-14 | Merge branch 'master' of code.leap.se:puppet_apt into nadir_master | varac | |
2013-04-14 | Merge branch 'master' of labs.riseup.net:shared-apt into nadir_master | varac | |
2013-04-01 | Set custom unattended-upgrades config atop of wheezy's default settings | Silvio Rhatto | |
2013-04-01 | Add default 50unattended-upgrades for wheezy | Silvio Rhatto | |
2013-03-20 | Use 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-20 | Move 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-15 | Revert "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-14 | deploy /etc/apt/preferences before File['apt_config'] | varac | |
2013-03-14 | apt keys: always deploy before Exec[refresh_apt], also with $custom_preferences | varac | |
2013-03-06 | Merge remote-tracking branch 'origin/master' into nadir_master | varac | |