Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | Merge remote branch 'nadir/master' | intrigeri | |
Conflicts: README manifests/custom_sources.pp manifests/default_preferences.pp manifests/init.pp manifests/unattended_upgrades.pp templates/Debian/sources.list.volatile.erb | |||
2010-10-22 | notify => Exec['refresh_apt'] | nadir | |
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 | Add a proxy-client class | Gabriel Filion | |
The module currently doesn't have a handy way of making a server get its packages via a proxy. Add a "proxy-client" class that makes this easy. $apt_proxy declares the proxy server's fqdn $apt_proxy_port declares the port used for connection 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 | Ensure apt-listbugs is absent in dist-upgrade mode. | intrigeri | |
Else it will crash automatic upgrades. | |||
2010-10-17 | Need to update APT lists after apt.conf.d changes. | intrigeri | |
2010-10-17 | No need to update APT lists when pinning changes (bis). | intrigeri | |
2010-10-17 | Fix one more relationship. | intrigeri | |
2010-10-17 | No need to refresh APT lists after changes to pinning preferences. | intrigeri | |
2010-10-17 | Fix indentation. | intrigeri | |
2010-10-17 | Fix relationships. | intrigeri | |
2010-10-17 | minor improvements, especially do not refresh apt every run | mh | |
2010-10-17 | empty line between snippets | mh | |
2010-10-17 | fix header file | mh | |
2010-10-17 | fix classname | mh | |
2010-10-17 | fix modules directory stuff | mh | |
2010-10-17 | improve prefrences snippet | 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-17 | Support choosing a custom Ubuntu mirror. | intrigeri | |
2010-10-17 | Use append_if_no_such_line instead of line. | intrigeri | |
2010-10-17 | Migrate config file to line-editing. | intrigeri | |
This allows other modules to add lines there too. | |||
2010-10-17 | Backward compatibility: ensure old renamed file is absent. | intrigeri | |
2010-10-17 | Bring /etc/apt/apt.conf.d/99from_puppet to init. | intrigeri | |
APT configuration has (unfortunately) nothing to do with APT preferences. | |||
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-17 | Rename $apt_use_volatile to $apt_volatile_enabled. | intrigeri | |
This will help merging with Nadir's changes. | |||
2010-10-17 | Manage a /etc/apt/apt.conf.d/99-puppet file. | root | |
2010-10-16 | Syntax fix | intrigeri | |
2010-10-16 | apt::preseeded_package: concatenate $name.seeds with ↵ | intrigeri | |
$debian_version/$name.seeds. | |||
2010-10-10 | Fix parent class name. | intrigeri | |
2010-10-10 | Add support for customizing the repos list (main, contrib, etc.) | intrigeri | |
The templates already made use of it, but the code didn't set a default value. | |||
2010-10-09 | re-added apt::custom_sources_template to deploy custom sources.list.d/xyz.list | nadir | |
2010-10-09 | distribution specific sources.list.erb | nadir | |
2010-10-09 | added possibility to have a custom 50unattended-upgrades | nadir | |
2010-10-09 | files in /etc/apt/apt.conf.d should be numbered | nadir | |
2010-10-06 | Add cron-apt support. | intrigeri | |
2010-10-06 | Allow specifying custom mirrors for every supported archive. | intrigeri | |
2010-10-06 | Add opt-in support for next Debian release sources. | 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 | Add opt-in support for deb-src. | intrigeri | |
2010-10-06 | Add opt-in support for Debian Volatile. | intrigeri | |
2010-10-06 | Reindent for consistency with previous work. | intrigeri | |
2010-10-06 | Remove unneeded dependencies. | intrigeri | |
2010-10-06 | Initialize $release, $next_release, $codename, $next_codename in init.pp. | intrigeri | |