diff options
author | mh <mh@immerda.ch> | 2014-01-08 21:28:42 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-01-08 21:28:42 +0100 |
commit | 9d56396a0439a19dd6cd3a09a5d1a9f7d6345778 (patch) | |
tree | 3cb51a63571fc3e1cb2c0f13600c0d71014df93c | |
parent | 4bd4dd254263003a404a1573abd50307b04057c8 (diff) | |
download | puppet-apt-9d56396a0439a19dd6cd3a09a5d1a9f7d6345778.tar.gz puppet-apt-9d56396a0439a19dd6cd3a09a5d1a9f7d6345778.tar.bz2 |
use the new style common module
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7550aaa..034d79e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -111,9 +111,8 @@ class apt( # backports uses the normal archive key now package { 'debian-backports-keyring': ensure => absent } - include common::moduledir + common::module_dir { 'apt': } $apt_base_dir = "${common::moduledir::module_dir_path}/apt" - modules_dir { 'apt': } if $custom_key_dir { file { "${apt_base_dir}/keys.d": |