summaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Expand)Author
2018-11-15Fix order, unknown variablekwadronaut
2017-02-24add manage_preferences to init.ppLouis-Philippe Véronneau
2017-02-24fix custom_preferences && refactor how they workLouis-Philippe Véronneau
2016-12-22move parts of init.pp to config.pp^& install.pp to increase readabilityLouis-Philippe Véronneau
2016-12-22fix array identationLouis-Philippe Véronneau
2016-12-22fix missing/superfluous newline at the end/beginning of filesLouis-Philippe Véronneau
2016-12-22harmonize variable alignmentLouis-Philippe Véronneau
2016-12-22indent packages correctlyLouis-Philippe Véronneau
2016-11-04Scope defines of apt_confvarac
2016-06-30Take out comment referencing squeeze, see issue #14Jérôme Charaoui
2016-06-29Drop Debian lenny and squeeze support.Jérôme Charaoui
2016-06-27push logic behind apt::repos back in apt::paramsGabriel Filion
2016-06-27make backports_url follow debian_url by defaultGabriel Filion
2016-02-25Remove loglevel directive from Exec[update_apt]varac
2016-02-01[refactor] Get rid of the disable_update parametervarac
2016-02-01[feat] Remove `apt-get autoclean` from apt::updatevarac
2016-02-01[refactor] Unify `apt-get update` into one resourcevarac
2015-12-13[feat] Don't run an additional apt-get updatevarac
2015-12-04remove requirement on lsb package for sources.list fileGabriel Filion
2015-12-04Simplify conditional expressionsJerome Charaoui
2015-12-04Switch old $release and $codename local variables to new debian_* factsJerome Charaoui
2015-12-04move backports to snippetsAntoine Beaupré
2015-10-09Fix merge conflict in READMEJerome Charaoui
2015-06-09allow possibility of disabling backportsAntoine Beaupré
2015-05-11Replace debian_*() parser functions with factsJerome Charaoui
2015-02-28Add missing "include common::moduledir".intrigeri
2015-02-20Merge branch 'master' of git://git.puppet.immerda.ch/module-aptJerome Charaoui
2015-02-07Add support for Squeeze LTS.intrigeri
2014-01-08use the new style common modulemh
2013-07-27Make custom_sources_list into a class paramterGabriel Filion
2013-06-25Merge branch 'bug/fix_push' into leapMicah Anderson
2013-06-25Make custom_key_dir a class parameter and not a global variableSilvio Rhatto
2013-05-26Merge branch 'master' into leapMicah Anderson
2013-03-20Move apt class parameters to a ::params class.intrigeri
2013-03-14apt keys: always deploy before Exec[refresh_apt], also with $custom_preferencesdeploy_key_before_updatevarac
2013-03-05fix #4249: Ubuntu: wrong sources.list entriesvarac
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-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-18added $apt_disable_update to disable "apt-get update" during puppetrunsnadir
2012-12-05fix for $lsbdistcodename regression introduced by ac166366d7baa45b74e09974289...Micah Anderson
2012-09-20Make apt::preferences_snippet place files in /etc/apt/preferences.dGabriel Filion
2012-09-20Stop using config_file from the common moduleGabriel Filion
2012-06-18get rid off config_file wrappermh