Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-29 | Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezy | Silvio Rhatto | |
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 | |
2013-03-05 | Merge branch 'master' of ssh://labs.riseup.net/shared-apt | Silvio Rhatto | |
2013-03-05 | fix #4249: Ubuntu: wrong sources.list entries | varac | |
2013-03-03 | removed old unneccessary unattended-upgrades release specific files | varac | |
2013-03-03 | Merge remote-tracking branch 'remotes/origin/master' into nadir_master | varac | |
Conflicts: README files/50unattended-upgrades files/lenny/50unattended-upgrades files/squeeze/50unattended-upgrades manifests/dist_upgrade.pp manifests/init.pp manifests/upgrade_package.pp | |||
2013-02-16 | Don't check for a package priority to be set when removing an APT ↵ | intrigeri | |
preferences snippet. The problem I'm facing is that the sanity checks prevent one from using a simple: apt::preferences_snippet { "bla": ensure => absent } So, first set a default value for the `priority' parameter, so that it's not required anymore. Second, add a sanity check to error out when priority is not set, to get the safe old behaviour. Then, wrap all sanity checks about arguments within a "if $ensure == 'present'" block. | |||
2013-02-01 | Install unattended-upgrades after Exec[refresh_apt] | varac | |
Before, including apt::unattended_upgrades on a host without the unattended-upgrades package would fail on the first run, because the module tries to install the package before apt is finally configured. This commit does: - introduce the option $refresh_apt for apt::apt_conf (Defaults to true). Can be used to not trigger Exec['refresh_apt'] - install the unattended-upgrades package after a final Exec['refresh_apt']. To not run into a loop, it calls Apt_conf['50unattended-upgrades'] with the option refresh_apt => false, which is also not needed for the configuration | |||
2013-01-30 | Merge remote-tracking branch 'remotes/shared/master' | varac | |
2013-01-26 | Make custom_key_dir a class parameter and not a global variable (2) | Silvio Rhatto | |
2013-01-26 | Make custom_key_dir a class parameter and not a global variable | Silvio Rhatto | |
2013-01-22 | added Ubuntu/preferences_quantal.erb | varac | |
2013-01-20 | added custom fact apt_running | varac | |
2013-01-18 | Merge branch 'master' of git://labs.riseup.net/shared-apt | Silvio Rhatto | |
Conflicts: templates/Ubuntu/sources.list.erb | |||
2013-01-17 | Merge branch 'master' of git://labs.riseup.net/module_apt | Silvio Rhatto | |
2013-01-08 | Don't check for source / content to be set when removing an APT source. | intrigeri | |
Else, the sanity checks prevent one from using a simple apt::sources_list { "sid.list": ensure => absent } | |||
2013-01-08 | Merge remote-tracking branch 'leap/feature/unattended_upgrades' into review | intrigeri | |
Conflicts: files/lenny/50unattended-upgrades | |||
2013-01-03 | replace a missed Concat reference change with File['apt_config'] | Micah Anderson | |
2013-01-03 | lint README | Micah Anderson | |
2013-01-03 | Add dependency back to the README. | intrigeri | |
It was erroneously removed at some point, but this module still depends on the "common" one, at least for the time being. | |||
2013-01-03 | Fix overzealous linting. | intrigeri | |
We do want to see \n expanded in this string. | |||
2013-01-02 | forgot ${distro_codename}-updates in 50unattended-upgrades fallback | varac | |
2013-01-02 | Apply code style corrections from puppet-lint | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> + more linting by intrigeri. Conflicts: manifests/apticron.pp manifests/cron/dist_upgrade.pp manifests/cron/download.pp manifests/dist_upgrade/initiator.pp manifests/init.pp manifests/listchanges.pp manifests/preferences.pp manifests/preseeded_package.pp manifests/proxy_client.pp manifests/unattended_upgrades.pp manifests/update.pp |