Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-22 | merged with immerda/master | nadir | |
2010-10-21 | Merge remote branch 'lelutin/master' | mh | |
Integrate no custom preference into our new way to manage the preferences. Conflicts: README manifests/default_preferences.pp manifests/init.pp | |||
2010-10-18 | Make it possible to ensure preferences is absent | Gabriel Filion | |
The current code makes it mandatory to have a file /etc/apt/preferences present. In the event that this file is empty or contains a space, apt-get update cannot execute. Add a case with the special value "false" that ensures the file does not exist. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-18 | Remove unnecessary exec | Gabriel Filion | |
When $custom_key_dir has not been assigned any value, a useless exec of /bin/true is run. Remove this by using 'if' instead of 'case'. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-17 | Make $apt_clean effective in all cases | Gabriel Filion | |
The file "/etc/apt/apt.conf.d/from_puppet" is currently only defined when $custom_sources_list is not used (it is declared in default_preferences). Bring this file up in the apt class so that using custom sources doesn't remove its addition. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-17 | Merge remote branch 'riseup/master' | Gabriel Filion | |
Conflicts: manifests/init.pp | |||
2010-10-17 | minor improvements, especially do not refresh apt every run | mh | |
2010-10-17 | introduce preferences snippet | mh | |
Now, we have the possibility to externally add snippes, so that we can preferences for packages that are for example only in backports or unstable. | |||
2010-10-09 | re-added apt::custom_sources_template to deploy custom sources.list.d/xyz.list | nadir | |
2010-09-15 | improve decision handling, remove unnecessary exec | mh | |
2010-09-08 | backports.org has merged with the normal debian archive, the apt source ↵ | Matt Taggart | |
changed and we don't need a separate apt-key for it now | |||
2010-09-02 | clean up the multiple File subscribes | Micah Anderson | |
2010-09-02 | quote all aliases to be consistent | Micah Anderson | |
2010-08-10 | improve exec naming | mh | |
2010-08-09 | fix relation | mh | |
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-06-28 | set loglevel to info so we don't pollute the logs | mh | |
2010-05-09 | adjust new module dir path | mh | |
2009-11-14 | fix preseeding dir path | mh | |
2009-11-02 | change pending module file resources to new 0.25 style | mh | |
2009-10-30 | fixing requirements | mh | |
2009-10-30 | switch to new lsb way | mh | |
2009-10-30 | our module_dir is currently called modules_dir | mh | |
2009-10-30 | introduce a class to manage unattended-upgrades | mh | |
2009-10-30 | refactor to fit pbp | mh | |
- 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-03 | Merge commit 'sarava/master' | Micah Anderson | |
2009-07-10 | Updating to new common module | Silvio Rhatto | |
2009-07-10 | Renaming modules_dir to module_dir | Silvio Rhatto | |
2009-04-13 | puppet wants a backslash escaped | Micah Anderson | |
2009-04-09 | fix missing close bracket typo | Micah Anderson | |
2009-04-09 | the custom_keys exec needs to subscribe to an object for the refreshonly to fire | Micah Anderson | |
2009-04-08 | fix the exec call to be more reasonable shell and to not use a for loop variable | Micah Anderson | |
which is pure madness inside of puppet | |||
2009-04-08 | Revert "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-16 | fix the custom_key_dir process so it actually works by replacing the | Micah 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-04 | Merge branch 'master' of gitosis@labs.riseup.net:module_apt | Micah Anderson | |
2009-03-04 | fix recurse parameter for $custom_key_dir to use the proper value | Micah Anderson | |
2009-03-04 | try to use backports.org key for lenny too | Pietro Ferrari | |
2008-09-29 | update header to include additional copyright info for my modifications | Micah Anderson | |
2008-09-29 | remove duplicate definition for preseeded_package, that was a mistake | Micah Anderson | |
2008-09-29 | add the upgrade_package define | Micah 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-29 | add the preseeded_package define which simplifies apt preseeding | Micah 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-29 | need to set a null case for the $custom_key_dir variable so that it will ↵ | Micah Anderson | |
fire properly when not set | |||
2008-09-29 | fix another trivial syntax error | Micah Anderson | |
2008-09-29 | fix missing comma syntax error | Micah Anderson | |
2008-09-29 | add $custom_key_dir which lets you specify a directory where you will | Micah Anderson | |
place apt repository keys that should be added to apt-key | |||
2008-09-28 | move the dependency on the latest debian-archive-keyring package | Micah Anderson | |
outside of the etch lsbdistcodename selector as this package should be the latest on every release of debian, not just etch | |||
2008-09-28 | abstract 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-28 | Revert "turn preferences into a simple file" | Micah Anderson | |
This reverts commit 0011e70a24ff49169da294b00b6b39b77fb05c86. | |||
2008-09-28 | Revert "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-03 | move backports in a seperate class, add the Cache-Limit hack to all configs, ↵ | Antoine Beaupre | |
try to depend on lsb-release properly |