Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-22 | Add upgrade notices about the changes to parameterized classes; add a ↵ | Micah Anderson | |
Requirements header; move things that used to be called variables into the appropriate parameterized class section | |||
2012-08-22 | parameterize the apt::proxy_client class | Micah Anderson | |
2012-08-16 | Merge remote-tracking branch 'shared/master' | mh | |
Conflicts: README manifests/dist_upgrade/initiator.pp manifests/init.pp manifests/preseeded_package.pp manifests/unattended_upgrades.pp | |||
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-18 | fix auto repo selection | mh | |
the actual repos are in real_repos as by default we have auto. | |||
2012-06-18 | fix relations and finally get rid off config_file | mh | |
2012-06-18 | get rid off config_file wrapper | mh | |
2012-06-14 | migrate away from hiera stuff | mh | |
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 | refactor things for >2.7 | mh | |
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-06-05 | new style for 2.7 | mh | |
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-05-09 | Changing ubuntu preferences templates to symlinks | Silvio Rhatto | |
2012-05-09 | Adding precise template | Silvio Rhatto | |
2012-04-21 | Apply GPL-v3 license | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-04-15 | Migrate - in class names to _ | mh | |
In newer puppet releases the old way to name class/modules with a -, won't anymore be supported. | |||
2012-04-15 | Merge remote-tracking branch 'shared/master' | mh | |
Conflicts: README | |||
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-03-21 | Enable Unattended-Upgrade::MailOnlyOnError also for lucid (Closes Redmine#3740). | Silvio Rhatto | |
2012-03-21 | Merge branch 'master' of git://labs.riseup.net/shared-apt | Silvio Rhatto | |
2012-02-03 | Adding preferences_oneiric.erb | Silvio Rhatto | |
2012-01-09 | Enable Unattended-Upgrade::MailOnlyOnError (Closes Redmine#3740). | intrigeri | |
2011-12-26 | Removing duplicate "main" definition at lucid sources.list | Silvio Rhatto | |
2011-12-25 | Adding missing 10periodic | Silvio Rhatto | |
2011-12-25 | Setting correct Unattended-Upgrade::Allowed-Origins for lucid | Silvio Rhatto | |
2011-12-25 | Add 10periodic config needed by unattended-upgrades on ubuntu | Silvio Rhatto | |
2011-12-05 | Adding unnatended-upgrades config for lucid | Silvio Rhatto | |
2011-10-06 | Add apticron.conf template for Debian sid. | intrigeri | |
2011-10-06 | Add listchanges.conf template for Debian sid. | intrigeri | |
2011-09-05 | Adding preferences_lucid.erb | Silvio Rhatto | |
2011-08-30 | Rollback: backports have more than just 'main' section | Silvio Rhatto | |
2011-08-26 | Merge branch 'master' of git://labs.riseup.net/shared-apt | Silvio Rhatto | |
2011-08-26 | Backports have just 'main' section | Silvio Rhatto | |
2011-08-05 | use correct references for new concat usage | mh | |
2011-08-05 | use the correct name | mh | |
2011-08-05 | migrate concatenated_file to the concat module | mh | |
2011-08-05 | Merge remote-tracking branch 'shared/master' | mh | |
2011-06-20 | Add preferences, listchanges, apticron templates for Debian Wheezy. | intrigeri | |
2011-06-07 | fixing unattended upgrade | mh | |
We should use the correct origin archive. Lenny is oldstable. |