Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-19 | exec{'apt_dist-upgrade'} just requires Exec['apt_updated'] if ↵ | nadir | |
apt::disable_update if false | |||
2012-12-18 | comparing variabled should use double quotes (interestingly, it does work ↵ | nadir | |
with only one too) | |||
2012-12-18 | updated README to explain $apt_disable_update | nadir | |
2012-12-18 | added $apt_disable_update to disable "apt-get update" during puppetruns | nadir | |
2012-08-08 | update README to reflect the requirement of the lsb module | Micah Anderson | |
2012-06-18 | Make apt::preferences_snippet support Puppet < 2.7 again, when the 'package' ↵ | intrigeri | |
parameter is not set. Details: https://labs.riseup.net/code/issues/3467 https://labs.riseup.net/code/issues/3468 | |||
2012-06-08 | Allow passing arbitrary Pin value to apt::preferences_snippet. | intrigeri | |
Closes: Redmine#3467. | |||
2012-06-08 | Support multiple APT preferences snippets for the same package name pattern. | intrigeri | |
This is implemented by adding a "package" parameter to apt::preferences_snippet, so that define names can be kept unique while the package names are not necessarily. Closes: Redmine#3468. | |||
2012-06-08 | Migrate - in class names to _ | mh | |
In newer puppet releases the old way to name class/modules with a -, won't anymore be supported. Conflicts: manifests/unattended_upgrades.pp | |||
2012-05-20 | Changing ubuntu preferences templates to symlinks | Silvio Rhatto | |
2012-05-20 | Adding precise template | Silvio Rhatto | |
2012-05-20 | Adding preferences_oneiric.erb | Silvio Rhatto | |
2012-04-21 | Apply GPL-v3 license | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-04-11 | Fix formatting. | intrigeri | |
2012-04-11 | Depend on our shared concat module rather than ripienaar's one. | intrigeri | |
Most of us are likely to use and test against the former. | |||
2012-04-11 | use correct references for new concat usage | mh | |
2012-04-11 | use the correct name | mh | |
2012-04-11 | migrate concatenated_file to the concat module | mh | |
2012-04-09 | Force an apt-get update when changing an apt::sources_list | Gabriel Filion | |
sources_list doesn't currently force puppet to run 'apt-get update' after creating/modifying/removing files in sources.list.d. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-04-09 | Refactor: manage .d directories when using sources_list and apt_conf | Gabriel Filion | |
The .d directories are only managed by the main 'apt' class. However, both 'sources_list' and 'apt_conf' defines depend on those directories. So in practice, the defines have an implicit need for those directories to be somehow managed. Let's turn this into an explicit relation, and include the directories in the defines. This makes it possible to use both defines without having to include the main 'apt' class. (maybe when using puppet apply?) Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-01-09 | Enable Unattended-Upgrade::MailOnlyOnError (Closes Redmine#3740). | intrigeri | |
2011-10-06 | Add apticron.conf template for Debian sid. | intrigeri | |
2011-10-06 | Add listchanges.conf template for Debian sid. | intrigeri | |
2011-06-20 | Add preferences, listchanges, apticron templates for Debian Wheezy. | intrigeri | |
2011-05-07 | Add empty line at the end of preferences templates. | intrigeri | |
... else the first block added by apt::preferences_snippet is in the same paragraph as the last block provided by the template. | |||
2011-04-25 | Revert "apt::custom_sources_template to deploy custom sources.list.d/xyz.list" | intrigeri | |
This reverts commit 3c0499b78d1f671fcce13127ef14b1b662a48c5a. This was already provided by sources_list.pp. | |||
2011-04-23 | Merge remote-tracking branch 'nadir/master' | Micah Anderson | |
2011-04-23 | Merge remote-tracking branch 'immerda/master' | Micah Anderson | |
2011-04-23 | Debian sources: don't use next release's backports. | intrigeri | |
The APT pinning we ship does not support that, and this seems a bit too much of a corner case to me to deserve being supported out-of-the-box. Anyone willing to use current release + next release + next release backports (e.g. Lenny + Squeeze + squeeze-backports) can anyway do so using apt::sources_list and apt::preferences_snippet. https://labs.riseup.net/code/issues/2856 is the bug that triggered this change. | |||
2011-04-14 | README fix - we should use template not an url | mh | |
2011-04-03 | Remove pinning for backports on Squeeze. | intrigeri | |
This is now done automatically by APT. | |||
2011-04-02 | Possibility to delpoy release related config file | root | |
2011-04-02 | Merge branch 'master' of git://labs.riseup.net/shared-apt | root | |
2011-02-18 | apt::cron::dist-upgrade: silently keep old version of conffiles. | intrigeri | |
This makes this class' behaviour consistent with the apt::dist_upgrade one and prevents stalled upgrades due to dpkg asking questions to a dumb robot. | |||
2011-02-16 | Merge branch 'master' of git://labs.riseup.net/shared-apt | root | |
2011-02-14 | Debian Squeeze pinning: pin squeeze-updates as much as regular squeeze. | intrigeri | |
The previous template was indeed ensuring no package from squeeze-updates could be easily or automatically installed. | |||
2011-02-07 | Stop hard-coding Wheezy name in Squeeze's pinning template. | intrigeri | |
Every needed function has been updated since Squeeze was released and we can thus use a nice generic template. | |||
2011-02-07 | debian_nextcodename: take into account Squeeze was released. | intrigeri | |
2011-02-07 | debian_release_version: add Squeeze's version number. | intrigeri | |
2011-02-07 | Starting from Squeeze, Debian Volatile is deprecated in favor of ↵ | intrigeri | |
CODENAME-updates. Take this into account in the Debian sources.list template: - go on using volatile.d.o for <= Lenny sources lines - start using CODENAME-updates for Squeeze and newer. Reference: http://lists.debian.org/debian-volatile/2011/01/msg00008.html | |||
2011-02-06 | Update debian_release function since Squeeze has been released. | intrigeri | |
2011-01-29 | updated Ubuntu preferences to include security + updates | varac | |
2011-01-23 | preferences.pp for ubuntu maverick | varac | |
2011-01-09 | apt::custom_sources_template to deploy custom sources.list.d/xyz.list | nadir | |
2011-01-08 | Make sources snippets world-readable. | intrigeri | |
Not doing this breaks big parts of functionality, such as aptitude why. | |||
2010-12-18 | add -q to the apt-get invocation in upgrade_package.pp, also switch to using ↵ | Micah Anderson | |
-y instead of --force-yes. this way we are acting in the same way as the dist_upgrade class | |||
2010-12-18 | switch aptitude to apt-get, since aptitude will sometimes automatically do ↵ | Micah Anderson | |
things that are unrelated to the task at hand, such as deinstalling automatically installed packages, which can be undesirable behavior | |||
2010-12-16 | Fix apt::upgrade_package when used multiple times. | intrigeri | |
2010-12-16 | New class: apt::dist_upgrade::initiator. | intrigeri | |
This implements the "update initiator" pattern suggested by http://projects.puppetlabs.com/projects/puppet/wiki/Debian_Patterns. This feature is useful when one does not want to setup a fully automated upgrade process but still needs a way to manually trigger full upgrades of any number of systems at scheduled times. | |||
2010-12-16 | New class: apt::dist_upgrade. | intrigeri | |