aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Expand)Author
2015-06-09allow possibility of disabling backportsAntoine Beaupré
2015-05-06don't call Exec[refresh_apt] after deploying unattended-upgrades configvarac
2015-05-06add $ensure_version parameter, to allow for overriding which version of unatt...Micah Anderson
2015-04-28the http redirector has a new official homeMatt Taggart
2015-04-28invert the backports logic because squeeze and older were the exception and w...Matt Taggart
2015-04-17Add parameter for blacklisting a list of packages.Gabriel Filion
2015-04-17Parametrize unattended-upgrades mail recipientGabriel Filion
2015-04-17make it possible to opt out of MailOnlyOnErrorGabriel Filion
2015-02-28Add missing "include common::moduledir".intrigeri
2015-02-20Merge branch 'master' of git://git.puppet.immerda.ch/module-aptJerome Charaoui
2015-02-07Merge remote-tracking branch 'shared/master' into feature/squeeze-ltsintrigeri
2015-02-07Add support for Squeeze LTS.intrigeri
2014-12-06make it optional to end sources in ".list"Gabriel Filion
2014-01-08use the new style common modulemh
2014-01-08use stdlib instead of the common modulemh
2013-12-08Remove Lenny-related comment that was made obsolete a year ago by commit 822950.intrigeri
2013-07-27Make custom_sources_list into a class paramterGabriel Filion
2013-06-27remove unnecessary override and accidentally merge issueMicah Anderson
2013-06-25Merge branch 'bug/fix_push' into leapMicah Anderson
2013-06-25fix unattended-upgrades dependency cyclevarac
2013-06-25using distribution sprecific files againvarac
2013-06-25Make custom_key_dir a class parameter and not a global variableSilvio Rhatto
2013-06-25remove unnecessary before dependency on the /etc/apt/preferences file in unat...Micah Anderson
2013-06-20fix for the following: warning: Dynamic lookup of $custom_preferences at modu...Micah Anderson
2013-05-26Merge branch 'master' into leapMicah Anderson
2013-03-20Use the main Debian archive's URL as the default URL for backports on Wheezy.intrigeri
2013-03-20Move apt class parameters to a ::params class.intrigeri
2013-03-15Revert "deploy /etc/apt/preferences before File['apt_config']"varac
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-05fix #4249: Ubuntu: wrong sources.list entriesvarac
2013-02-16Don't check for a package priority to be set when removing an APT preferences...intrigeri
2013-02-01Install unattended-upgrades after Exec[refresh_apt]varac
2013-01-08Don't check for source / content to be set when removing an APT source.intrigeri
2013-01-08Merge remote-tracking branch 'leap/feature/unattended_upgrades' into reviewintrigeri
2013-01-03replace a missed Concat reference change with File['apt_config']Micah Anderson
2013-01-03Fix overzealous linting.intrigeri
2013-01-02Apply code style corrections from puppet-lintGabriel Filion
2013-01-02Simplify codename handling.intrigeri
2013-01-02Remove duplicated settings, resulting from wrong merge.intrigeri
2013-01-02Merge remote-tracking branch 'riseup/immerda_27_readme' into sharedintrigeri
2013-01-02Merge branch 'master' into issue_3953Gabriel Filion
2012-12-30Merge remote-tracking branch 'riseup/feature/http_debian_net'intrigeri
2012-12-30Merge remote-tracking branch 'riseup/feature/unknown_lsbdistcodename'intrigeri
2012-12-19exec{'apt_dist-upgrade'} just requires Exec['apt_updated'] if apt::disable_up...nadir
2012-12-18On a sid system, $lsbdistcodename is reports 'n/a', this doesn't work because...Micah Anderson
2012-12-18switch default $debian_url to use http.debian.net which is more accurate and ...Micah Anderson
2012-12-18comparing variabled should use double quotes (interestingly, it does work wit...nadir
2012-12-18added $apt_disable_update to disable "apt-get update" during puppetrunsnadir
2012-12-05fix for $lsbdistcodename regression introduced by ac166366d7baa45b74e09974289...Micah Anderson