Age | Commit message (Collapse) | Author |
|
which is pure madness inside of puppet
|
|
This reverts commit 21ef026475782d5b59597a27fa06cfab7c9224dc.
apt-key does not support glob options
|
|
bulky for loop in the exec with a much more simpler process that
works. Also, the recurse over the key dir needed to notify the exec to
trigger it.
|
|
|
|
|
|
|
|
|
|
|
|
This simplifies upgrades for DSA security announcements or point-releases. This
will ensure that the named package is upgrade to the version specified, only if the
package is installed, otherwise nothing happens. If the specified version is 'latest' (the
default), then the package is ensured to be upgraded to the latest package revision when
it becomes available.
For example, the following upgrades the perl package to version 5.8.8-7etch1 (if it is
installed), it also upgrades the syslog-ng and perl-modules packages to their latest (also,
only if they are installed):
upgrade_package { "perl":
version => '5.8.8-7etch1';
"syslog-ng":
version => latest;
"perl-modules":
}
|
|
automatically making sure that the preseeding directories are present
and pulling the seed file from templates/$debian_version/$name.seeds
which enables you to define things such as:
apt::preseeded_package { [ locales, popularity-contest, apt-listchanges, apticron]: }
and the .seed files will be automatically pulled and populated
|
|
fire properly when not set
|
|
|
|
|
|
place apt repository keys that should be added to apt-key
|
|
outside of the etch lsbdistcodename selector as this package should be
the latest on every release of debian, not just etch
|
|
while maintaining a sane default preferences set can be set. This is
done in the same manner that the custom/default sources_list are handled
|
|
This reverts commit 0011e70a24ff49169da294b00b6b39b77fb05c86.
|
|
configs, try to depend on lsb-release properly"
This reverts commit 3ecbee6a271e986229348deca91dbf338d98d735.
|
|
try to depend on lsb-release properly
|
|
|
|
configuration, making dselect optional
|
|
|
|
|
|
additionally use modules_dir and remove legacy file removal
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@161 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@141 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@123 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@116 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@107 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@102 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@59 f03ff2f1-f02d-0410-970d-b9634babeaa1
|
|
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@58 f03ff2f1-f02d-0410-970d-b9634babeaa1
|