Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-21 | Merge commit '92aa5a51e95d74604a40318558aa98f70fcf7720'. | intrigeri | |
A bunch of painlessly merged commits. Conflicts: manifests/init.pp | |||
2010-11-21 | Merge commit '1b0bc415977c1c8b49390e0cdb1361769e0fdbae'. | intrigeri | |
Merging one more commit. Conflicts: files/preferences templates/Debian/sources.list.deb-src.erb templates/Debian/sources.list.volatile.erb templates/Ubuntu/sources.list.backports.erb templates/Ubuntu/sources.list.deb-src.erb | |||
2010-11-21 | Merge commit 'ac76a5d52df78aec919f08334ca5b140902a9298' | intrigeri | |
(Starting to merge changes from immerda.) Conflicts: manifests/default_sources_list.pp manifests/init.pp | |||
2010-10-28 | fixing comments | mh | |
apt preferences actually want // to comment, while sources are fine to be commented with # ... | |||
2010-10-28 | put the file at the right place & fix typos | mh | |
2010-10-25 | Change "brought to you" into "managed" in headers | Gabriel Filion | |
File headers are there to indicate that the files should not be touched directly on the server. By changing the first sentence to "This file is managed by Puppet", we reinforce the idea that it is already taken care of by something else. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-25 | Include the protocol in the proxy URL | Gabriel Filion | |
The current proxy_client template makes it possible to communicate with the proxy only via HTTP. Add the protocol to the variable so that it's possible to change the protocol. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-25 | Add $main_apt_source | Gabriel Filion | |
Currently, it's either we use the default source that's hardcoded in the sources.list template or we redefine entirely this template. Make it easier to just change the URL of the apt source while using the rest of the default template by adding a $main_apt_source variable. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-25 | Add file headers for awareness of puppet presence | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-25 | refactor: simplify and remove inline content | Gabriel Filion | |
Simplifications: make apt_conf_snippet repeat less code, make code that generates sources.list more concise. Remove all inline content in favor of templates and static files. The ability to include sources for static files was needed for the main 'preferences' file, so it was added to the preferences_snippet define. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-24 | Add apt_conf_snippet and use it where possible | Gabriel Filion | |
With the new define, it's easy to add an apt.conf snippet in apt.conf.d It accepts either 'sources' to get a static file or 'content' to define content inline or with the help of a template. Put it to use where we create files in apt.conf.d Finally, fix the dependancy to the apt_config file (however, I don't see the need for this dependancy) Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-17 | Support choosing a custom Ubuntu mirror. | intrigeri | |
2010-10-17 | Support $apt_repos for Ubuntu as well. | intrigeri | |
2010-10-17 | Merge remote branch 'nadir/master' into wip | intrigeri | |
Conflicts: manifests/default_preferences.pp manifests/default_sources_list.pp manifests/init.pp templates/Debian/sources.list.deb-src.erb templates/Debian/sources.list.erb templates/Debian/sources.list.volatile.erb templates/Ubuntu/sources.list.erb | |||
2010-10-17 | Bring in a bit of Ubuntu support from Nadir. | intrigeri | |
2010-10-10 | Trim more empty lines. | intrigeri | |
2010-10-10 | Trim empty lines in template. | intrigeri | |
2010-10-09 | Fix template syntax. | intrigeri | |
2010-10-09 | removed backports template in favor of main sources.list | nadir | |
2010-10-06 | Allow specifying custom mirrors for every supported archive. | intrigeri | |
2010-10-06 | Bugfix. | intrigeri | |
2010-10-06 | Add opt-in support for next Debian release sources. | intrigeri | |
2010-10-06 | Track installed backports upgrades on Lenny and Squeeze. | intrigeri | |
2010-10-06 | Add per-release preferences files. | intrigeri | |
The previous default pinning preferences only supported tracking stable. Tracking squeeze or sid is now possible. | |||
2010-10-06 | Remove unneeded template. | intrigeri | |
2010-10-06 | Add opt-in support for deb-src. | intrigeri | |
2010-10-06 | Add opt-in support for Debian Volatile. | intrigeri | |
2010-10-06 | Really use backports as the documentation pretends. | intrigeri | |
2010-10-06 | Use new variables. | intrigeri | |
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-08-15 | Adding support for debian volatile | Silvio Rhatto | |
2010-04-08 | Adding contrib into lenny backports | Silvio Rhatto | |
2010-01-26 | Adding proxy support | Silvio Rhatto | |
2009-12-17 | Increased Ubuntu support | Varac | |
2009-12-13 | added $apt_volatile_enabled, updated README | nadir | |
2009-12-11 | Added apt::unattended_upgrades class, and extra template for "deb-src" | root | |
2009-12-10 | added $backports_enabled for including backports repository | nadir | |
2009-12-10 | added $backports_enabled for including backports repository | Varac | |
2008-09-28 | Revert "turn preferences into a simple file" | Micah Anderson | |
This reverts commit 0011e70a24ff49169da294b00b6b39b77fb05c86. | |||
2008-09-28 | set default sources.list to use the most generic mirror. customized | Micah Anderson | |
mirrors that are closer, or internal proxy mirror configurations should be set in the $custom_sources_list instead so that the default is kept as generic as possible | |||
2008-09-28 | remove unused and commented out entries in sources.list | Micah Anderson | |
2008-09-28 | Revert " split out backports and unstable sources.list" | Micah Anderson | |
This reverts commit d203a72afc814bc8aa8a8e30b973d46e0cce8862. Conflicts: templates/sources.list+backports.erb templates/sources.list+unstable.erb | |||
2008-07-03 | use the closest mirror | Antoine Beaupre | |
2008-01-25 | split out backports and unstable sources.list | root | |
2008-01-25 | turn preferences into a simple file | root | |
2007-10-09 | sundry cleanup after offline work | root | |
2007-10-09 | syntax fixes for offline work | root | |
2007-10-08 | Make ls_release.pp more robust and handle sid in sources.list.erb | Micah Anderson | |
2007-07-21 | add my grandmother's PC and some minor fixes | david | |
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@124 f03ff2f1-f02d-0410-970d-b9634babeaa1 | |||
2007-06-27 | after going the whole way with assert_lsb..., really use the var | david | |
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@65 f03ff2f1-f02d-0410-970d-b9634babeaa1 |