aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2009-10-30fix another typomh
2009-10-30fixing a string issue and tell it to install the packagemh
2009-10-30introduce a class to manage unattended-upgradesmh
2009-10-30add refactored filesmh
2009-10-30refactor to fit pbpmh
- refactor every class and define into its very own file to fit better (at least our) puppet's best practices. - some cosmetic rearrangements - no code changes have been made, only reordering
2009-09-03Merge commit 'sarava/master'Micah Anderson
2009-07-10Updating to new common moduleSilvio Rhatto
2009-07-10Renaming modules_dir to module_dirSilvio Rhatto
2009-04-13puppet wants a backslash escapedMicah Anderson
2009-04-09fix missing close bracket typoMicah Anderson
2009-04-09the custom_keys exec needs to subscribe to an object for the refreshonly to fireMicah Anderson
2009-04-08fix the exec call to be more reasonable shell and to not use a for loop variableMicah Anderson
which is pure madness inside of puppet
2009-04-08Revert "fix the custom_key_dir process so it actually works by replacing the"Micah Anderson
This reverts commit 21ef026475782d5b59597a27fa06cfab7c9224dc. apt-key does not support glob options
2009-03-16fix the custom_key_dir process so it actually works by replacing theMicah Anderson
bulky for loop in the exec with a much more simpler process that works. Also, the recurse over the key dir needed to notify the exec to trigger it.
2009-03-04Merge branch 'master' of gitosis@labs.riseup.net:module_aptMicah Anderson
2009-03-04fix recurse parameter for $custom_key_dir to use the proper valueMicah Anderson
2009-03-04try to use backports.org key for lenny tooPietro Ferrari
2008-09-29update header to include additional copyright info for my modificationsMicah Anderson
2008-09-29remove duplicate definition for preseeded_package, that was a mistakeMicah Anderson
2008-09-29add the upgrade_package defineMicah Anderson
This simplifies upgrades for DSA security announcements or point-releases. This will ensure that the named package is upgrade to the version specified, only if the package is installed, otherwise nothing happens. If the specified version is 'latest' (the default), then the package is ensured to be upgraded to the latest package revision when it becomes available. For example, the following upgrades the perl package to version 5.8.8-7etch1 (if it is installed), it also upgrades the syslog-ng and perl-modules packages to their latest (also, only if they are installed): upgrade_package { "perl": version => '5.8.8-7etch1'; "syslog-ng": version => latest; "perl-modules": }
2008-09-29add the preseeded_package define which simplifies apt preseedingMicah Anderson
automatically making sure that the preseeding directories are present and pulling the seed file from templates/$debian_version/$name.seeds which enables you to define things such as: apt::preseeded_package { [ locales, popularity-contest, apt-listchanges, apticron]: } and the .seed files will be automatically pulled and populated
2008-09-29need to set a null case for the $custom_key_dir variable so that it will ↵Micah Anderson
fire properly when not set
2008-09-29fix another trivial syntax errorMicah Anderson
2008-09-29fix missing comma syntax errorMicah Anderson
2008-09-29add $custom_key_dir which lets you specify a directory where you willMicah Anderson
place apt repository keys that should be added to apt-key
2008-09-28move the dependency on the latest debian-archive-keyring packageMicah Anderson
outside of the etch lsbdistcodename selector as this package should be the latest on every release of debian, not just etch
2008-09-28abstract the apt preferences so that custom preferences can be set,Micah Anderson
while maintaining a sane default preferences set can be set. This is done in the same manner that the custom/default sources_list are handled
2008-09-28Revert "turn preferences into a simple file"Micah Anderson
This reverts commit 0011e70a24ff49169da294b00b6b39b77fb05c86.
2008-09-28Revert "move backports in a seperate class, add the Cache-Limit hack to all ↵Micah Anderson
configs, try to depend on lsb-release properly" This reverts commit 3ecbee6a271e986229348deca91dbf338d98d735.
2008-07-03move backports in a seperate class, add the Cache-Limit hack to all configs, ↵Antoine Beaupre
try to depend on lsb-release properly
2008-01-25assert_lsbdistcodename for custom sources list tooroot
2008-01-25use apt-get instead of dselect and create a dselect class for dselect ↵root
configuration, making dselect optional
2008-01-25turn preferences into a simple fileroot
2007-09-14add $custom_sources_list to override sources.list contentsroot
2007-08-16Add README to apt moduleDavid Schmitt
additionally use modules_dir and remove legacy file removal
2007-08-03another try at fixing the debian-backports-keydavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@161 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-08-01tighten down deps for backports keydavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@141 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-07-14rename all $bas_dir variablesdavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@123 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-07-12general catchupdavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@116 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-07-11add the key package for the backports keydavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@107 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-07-03use dselect to update dpkg's available filedavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@102 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-06-25minor workaround for 0.22.4 clientsdavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@59 f03ff2f1-f02d-0410-970d-b9634babeaa1
2007-06-25modularised aptdavid
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@58 f03ff2f1-f02d-0410-970d-b9634babeaa1