diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-20 18:15:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-20 18:15:03 -0300 |
commit | 4e047ea50c0acf7358dc7e683c3b089b80a27a8f (patch) | |
tree | bbbc8c0bebe0fc4c17397b70836bea44f3e1de2d /manifests | |
parent | 6aae4ffd4823073a37e549682f1101fd006506a3 (diff) | |
download | puppet-apt-4e047ea50c0acf7358dc7e683c3b089b80a27a8f.tar.gz puppet-apt-4e047ea50c0acf7358dc7e683c3b089b80a27a8f.tar.bz2 |
Adding back custom_key_dir parameter (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c217291..de28c23 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -15,7 +15,7 @@ class apt( $ubuntu_url = $apt::params::ubuntu_url, $repos = $apt::params::repos, $custom_preferences = $apt::params::custom_preferences, - $disable_update = $apt::params::disable_update + $disable_update = $apt::params::disable_update, $custom_key_dir = $apt::params::custom_key_dir ) inherits apt::params { case $::operatingsystem { |