diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-25 16:57:07 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-25 16:57:07 -0400 |
commit | 8f58a40ad81b32e1abed80485d388753deafb87b (patch) | |
tree | 327fb24935966e567675ede5c57bb1b579c63061 /README | |
parent | f11e3d475345059220402a44a97da491c85d2b5a (diff) | |
parent | 2e3c8fe71cec14411ccee2736f342440a7fedb92 (diff) |
Merge branch 'bug/fix_push' into leap
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
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -129,18 +129,6 @@ pull in the templates/site_apt/sources.list file: $custom_sources_list = template('site_apt/sources.list') -$custom_key_dir ---------------- - -If you have different apt-key files that you want to get added to your -apt keyring, you can set this variable to a path in your fileserver -where individual key files can be placed. If this is set and keys -exist there, this module will 'apt-key add' each key. - -The debian-archive-keyring package is installed and kept current up to the -latest revision (this includes the backports archive keyring). - - Classes ======= @@ -235,6 +223,16 @@ Class parameters: include apt::dist_upgrade class { 'apt': codename => 'wheezy', notify => Exec['apt_dist-upgrade'] } +* custom_key_dir + + If you have different apt-key files that you want to get added to your + apt keyring, you can set this variable to a path in your fileserver + where individual key files can be placed. If this is set and keys + exist there, this module will 'apt-key add' each key. + + The debian-archive-keyring package is installed and kept current up to the + latest revision (this includes the backports archive keyring). + apt::apticron ------------- |