Age | Commit message (Expand) | Author |
2015-08-26 | fix install location of apt::key::plain | Antoine Beaupré |
2015-06-11 | fix typo | Antoine Beaupré |
2015-06-11 | allow for binary keys that can be removed | Antoine Beaupré |
2015-06-11 | add apt::key resource to deploy arbitrary keys | Antoine Beaupré |
2015-06-09 | allow possibility of disabling backports | Antoine Beaupré |
2015-05-06 | don't call Exec[refresh_apt] after deploying unattended-upgrades config | varac |
2015-05-06 | add $ensure_version parameter, to allow for overriding which version of unatt... | Micah Anderson |
2015-04-28 | the http redirector has a new official home | Matt Taggart |
2015-04-28 | invert the backports logic because squeeze and older were the exception and w... | Matt Taggart |
2015-04-17 | Add parameter for blacklisting a list of packages. | Gabriel Filion |
2015-04-17 | Parametrize unattended-upgrades mail recipient | Gabriel Filion |
2015-04-17 | make it possible to opt out of MailOnlyOnError | Gabriel Filion |
2015-02-28 | Add missing "include common::moduledir". | intrigeri |
2015-02-20 | Merge branch 'master' of git://git.puppet.immerda.ch/module-apt | Jerome Charaoui |
2015-02-07 | Merge remote-tracking branch 'shared/master' into feature/squeeze-lts | intrigeri |
2015-02-07 | Add support for Squeeze LTS. | intrigeri |
2014-12-06 | make it optional to end sources in ".list" | Gabriel Filion |
2014-01-08 | use the new style common module | mh |
2014-01-08 | use stdlib instead of the common module | mh |
2013-12-08 | Remove Lenny-related comment that was made obsolete a year ago by commit 822950. | intrigeri |
2013-07-27 | Make custom_sources_list into a class paramter | Gabriel Filion |
2013-06-27 | remove unnecessary override and accidentally merge issue | Micah Anderson |
2013-06-25 | Merge branch 'bug/fix_push' into leap | Micah Anderson |
2013-06-25 | fix unattended-upgrades dependency cycle | varac |
2013-06-25 | using distribution sprecific files again | varac |
2013-06-25 | Make custom_key_dir a class parameter and not a global variable | Silvio Rhatto |
2013-06-25 | remove unnecessary before dependency on the /etc/apt/preferences file in unat... | Micah Anderson |
2013-06-20 | fix for the following: warning: Dynamic lookup of $custom_preferences at modu...bug/dynamic_lookup | Micah Anderson |
2013-05-26 | Merge branch 'master' into leap | Micah Anderson |
2013-03-20 | Use the main Debian archive's URL as the default URL for backports on Wheezy. | intrigeri |
2013-03-20 | Move apt class parameters to a ::params class. | intrigeri |
2013-03-15 | Revert "deploy /etc/apt/preferences before File['apt_config']" | varac |
2013-03-14 | deploy /etc/apt/preferences before File['apt_config']preferences_before_update | varac |
2013-03-14 | apt keys: always deploy before Exec[refresh_apt], also with $custom_preferencesdeploy_key_before_update | varac |
2013-03-05 | fix #4249: Ubuntu: wrong sources.list entries | varac |
2013-02-16 | Don't check for a package priority to be set when removing an APT preferences... | intrigeri |
2013-02-01 | Install unattended-upgrades after Exec[refresh_apt] | varac |
2013-01-08 | Don't check for source / content to be set when removing an APT source. | intrigeri |
2013-01-08 | Merge remote-tracking branch 'leap/feature/unattended_upgrades' into review | intrigeri |
2013-01-03 | replace a missed Concat reference change with File['apt_config'] | Micah Anderson |
2013-01-03 | Fix overzealous linting. | intrigeri |
2013-01-02 | Apply code style corrections from puppet-lint | Gabriel Filion |
2013-01-02 | Simplify codename handling. | intrigeri |
2013-01-02 | Remove duplicated settings, resulting from wrong merge. | intrigeri |
2013-01-02 | Merge remote-tracking branch 'riseup/immerda_27_readme' into shared | intrigeri |
2013-01-02 | Merge branch 'master' into issue_3953 | Gabriel Filion |
2012-12-30 | Merge remote-tracking branch 'riseup/feature/http_debian_net' | intrigeri |
2012-12-30 | Merge remote-tracking branch 'riseup/feature/unknown_lsbdistcodename' | intrigeri |
2012-12-19 | exec{'apt_dist-upgrade'} just requires Exec['apt_updated'] if apt::disable_up... | nadir |
2012-12-18 | On a sid system, $lsbdistcodename is reports 'n/a', this doesn't work because... | Micah Anderson |