Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-06 | jessie has been released! | Micah Anderson | |
2013-12-08 | Drop Debian Etch and Lenny compatibility. | intrigeri | |
Both have been unsupported for ages. | |||
2013-05-26 | Merge branch 'master' into leap | Micah Anderson | |
2013-05-03 | Wheezy was released! | intrigeri | |
2013-01-20 | added custom fact apt_running | varac | |
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-06 | Update debian_release function since Squeeze has been released. | intrigeri | |
2010-12-12 | Additionally use version number in Lenny default pinning. | intrigeri | |
Lenny's APT does not support pinning like this: Pin: release o=Debian,n=<%= codename %> We therefore switched (in commit ef2ebdffd) to: Pin: release o=Debian,a=<%= release %> With such a pinning setup, when Squeeze is released, systems using this module with $apt_use_next_release set to true would immediately switch to prefer packages from Squeeze. If an automated upgrade process is setup, they would be automatically upgraded to Squeeze. This does not sound safe to me, so let's use the release version number as an additional selection criterion to prevent upgrades to Squeeze to happen behind our back: Pin: release o=Debian,a=<%= release %>,v=<%= release_version %>* Note that the trailing '*' is intentional and necessary to match stable point-releases. | |||
2010-10-10 | Fix functions return values. | intrigeri | |
2010-10-10 | Fix functions declaration and filenames. | intrigeri | |
2010-10-09 | Rename function file so that puppet hopefully finds it. | intrigeri | |
2010-10-06 | Add a few useful functions. | intrigeri | |