Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-28 | Merge branch 'master' into 'master' | LeLutin | |
updates for debian sources There have been some recent changes in debian resulting in changes to sources * jessie was released and very soon there will be a jessie-backports, so the backports logic needs to handle that * the http.debian.net redirector has a new official url See merge request !8 | |||
2015-04-28 | the http redirector has a new official home | Matt Taggart | |
2015-04-28 | invert the backports logic because squeeze and older were the exception and ↵ | Matt Taggart | |
wheezy and newer the default | |||
2015-04-18 | Merge branch 'preferences_utopic_erb' into 'master' | LeLutin | |
+ preferences_utopic.erb See merge request !6 | |||
2015-04-18 | Merge branch 'fix_ubuntu_backports_entry' into 'master' | LeLutin | |
fix duplicate <main> ubuntu backports entry See merge request !7 | |||
2015-04-17 | Document unattended_upgrades class parameters | Gabriel Filion | |
2015-04-17 | Add parameter for blacklisting a list of packages. | Gabriel Filion | |
This functionality was lost because we stopped using a source file for the 50unattended-upgrades file that would previously let one override the configuration per release or per host. | |||
2015-04-17 | unattended-upgrades: use an @ prefix for template variables | Gabriel Filion | |
2015-04-17 | Parametrize unattended-upgrades mail recipient | Gabriel Filion | |
2015-04-17 | make it possible to opt out of MailOnlyOnError | Gabriel Filion | |
This combines all files into one template. It should make maintenance easier. | |||
2015-03-31 | fix duplicate <main> ubuntu backports entry | varac | |
2015-03-31 | + preferences_utopic.erb | varac | |
2015-02-28 | Merge branch 'fix-usage-of-module_dir' into 'master' | Micah | |
Fix usage of module_dir I didn't test enough functionality before merging https://gitlab.com/shared-puppet-modules-group/apt/merge_requests/4 apparently: anything that depends on module_dir is currently broken. Sorry! See merge request !5 | |||
2015-02-28 | Add missing "include common::moduledir". | intrigeri | |
Without this, $common::moduledir::module_dir_path is empty. | |||
2015-02-28 | Merge branch 'master' into 'master' | intrigeri | |
Merge with cmaisonnneuve and immerda See merge request !4 | |||
2015-02-20 | Merge branch 'master' of git://git.puppet.immerda.ch/module-apt | Jerome Charaoui | |
Conflicts: templates/Debian/sources.list.erb | |||
2015-02-20 | Merge branch 'master' of gitlab.com:shared-puppet-modules-group/apt | Jerome Charaoui | |
2015-02-07 | Merge remote-tracking branch 'shared/master' into feature/squeeze-lts | intrigeri | |
2015-02-07 | Add support for Squeeze LTS. | intrigeri | |
2014-12-07 | Merge branch 'document_list' into 'master' | Micah | |
Document list added a note to the readme to document that the .list ending for resource names is now optional See merge request !3 | |||
2014-12-06 | rephrase documentation of option .list | Gabriel Filion | |
as suggested during review | |||
2014-12-06 | Added a license. That's a bit cocky, but we're just licensing this stuff as ↵ | Guillaume Marde | |
GPLv3, which is part of the basis of unity of most organizations involved in the creation of those. If you absolutely wanna pull out of this shit let us know, we'll try to figure something out ; most likely we'll stop using your part and rewrite them on our own (but better :D). | |||
2014-12-06 | Update the README to show that .list is optional for sources | Gabriel Filion | |
2014-12-06 | Merge branch 'append_list' into 'master' | Micah | |
Append list I've implemented #6200 in a backwards-compatible manner: this change makes ending sources in ".list" optional See merge request !2 | |||
2014-12-06 | Merge branch 'flip_security_source' into 'master' | Micah | |
Flip security source Implement bug #8334 the diff in the redmine issue has two checks for codenames, but I'm wondering if they're adding anything to the "releases" check. See merge request !1 | |||
2014-12-06 | make it optional to end sources in ".list" | Gabriel Filion | |
2014-12-05 | flip around security support for debian | Gabriel Filion | |
with the release of squeeze-lts, the current way we deal with security sources is problemaic. by flipping things around we hope to make the files contents more stable. | |||
2014-10-31 | Fixes placeholders in 50unattended-upgrades.squeeze | Jerome Charaoui | |
2014-10-29 | Add oldstable to default 50unattended-upgrades | Jerome Charaoui | |
2014-10-29 | Fix default 50unattended-upgrades because of Debian bug #704087 | Jerome Charaoui | |
2014-10-28 | Change default 50unattended-upgrades on Debian | Jerome Charaoui | |
* Use squeeze-lts origin on squeeze * All other releases use newer Origins-Pattern format * Drop support for lenny | |||
2014-04-18 | Merge remote-tracking branch 'shared/master' | mh | |
2014-04-18 | address puppet 3.x deprecation warnings | mh | |
2014-03-21 | add apt listchanges template symlink for jessie - same as the others | Micah Anderson | |
2014-03-21 | add apticron_jessie symlink, same version in wheezy and sid | Micah Anderson | |
2014-03-21 | Merge branch 'master' of buse.riseup.net:shared-apt | Micah Anderson | |
2014-03-21 | add jessie preferences file | Micah Anderson | |
2014-01-08 | use the new style common module | mh | |
2014-01-08 | use stdlib instead of the common module | mh | |
2013-12-08 | Adapt documentation to take into account we haven't been supporting Lenny ↵ | intrigeri | |
for more than a year. | |||
2013-12-08 | Remove Lenny-related comment that was made obsolete a year ago by commit 822950. | intrigeri | |
2013-12-08 | Drop Debian Etch and Lenny compatibility. | intrigeri | |
Both have been unsupported for ages. | |||
2013-07-27 | Make custom_sources_list into a class paramter | Gabriel Filion | |
and thus remove the last global variable. | |||
2013-06-27 | remove unnecessary override and accidentally merge issue | Micah Anderson | |
2013-06-25 | Merge branch 'bug/fix_push' into leap | Micah Anderson | |
This gets us fixes for the unattended_upgrades in wheezy, as well as the custom_key_dir class parameter replacement of the global variable Conflicts: manifests/unattended_upgrades.pp | |||
2013-06-25 | Regression: lost MailOnlyOnError for unattended-upgrades | Gabriel Filion | |
Since only wheezy supports it, let's add it back only for wheezy. Signed-off-by: Gabriel Filion <gabster@lelutin.ca> | |||
2013-06-25 | Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezy | Silvio Rhatto | |
2013-06-25 | Updating unattended-upgrades squeeze config as oldstable (2) | Silvio Rhatto | |
2013-06-25 | fix unattended-upgrades dependency cycle | varac | |
2013-06-25 | using distribution sprecific files again | varac | |