aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-02Merge remote branch 'immerda/master'Micah Anderson
Conflicts: manifests/init.pp
2010-08-14refer to correct resourcemh
2010-08-10improve exec namingmh
2010-08-09fix relationmh
2010-08-09fix relationmh
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-07-15fixed unclomplete merge with riseups mastervarac
2010-07-15merge with riseups mastervarac
2010-06-28set loglevel to info so we don't pollute the logsmh
2010-05-09adjust new module dir pathmh
2010-02-24Moved apt-get update and -autoclean to a seperate, optional cronjob in order ↵nadir
to fasten the puppetrun and to decrease the I/O of embedded devices
2010-02-17added apt::custom_sources_template to deploy custom sources.list.d/xyz.list ↵nadir
from templates
2009-12-17Increased Ubuntu supportVarac
2009-12-13added $apt_volatile_enabled, updated READMEnadir
2009-12-11cleaned init.ppnadir
2009-12-11fixed typoroot
2009-12-11cleaned 50unattended_upgradesroot
2009-12-11Added apt::unattended_upgrades class, and extra template for "deb-src"root
2009-12-10removed forked message from README, doesnt make sense hereMicah Anderson
2009-12-10added $backports_enabled for including backports repositorynadir
2009-12-10added $backports_enabled for including backports repositoryVarac
2009-11-23update modules path to the new 0.25 required layoutMicah Anderson
2009-11-14fix preseeding dir pathmh
2009-11-02change pending module file resources to new 0.25 stylemh
2009-10-30fix typomh
2009-10-30don't require anythingmh
2009-10-30fixing requirementsmh
2009-10-30switch to new lsb waymh
2009-10-30our module_dir is currently called modules_dirmh
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-16remove the riseup key file, we do not need to distribute this in thisMicah Anderson
module, its handled with our custom_key_dir
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-15add riseup repo keyPietro Ferrari
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