diff options
author | mh <mh@immerda.ch> | 2010-05-09 22:44:40 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-05-09 22:44:40 +0200 |
commit | a41c9ef86bb3f866d08a1b25f65cff646d525fa4 (patch) | |
tree | 43419cda5b2317bdbb1847faf9be44de153ed21e /manifests | |
parent | f315dedce66caaf48341b9c7e56fa485a752c784 (diff) | |
download | puppet-apt-a41c9ef86bb3f866d08a1b25f65cff646d525fa4.tar.gz puppet-apt-a41c9ef86bb3f866d08a1b25f65cff646d525fa4.tar.bz2 |
adjust new module dir path
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f87bf90..701005b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -46,7 +46,8 @@ class apt { include apt::unattended_upgrades } - $apt_base_dir = "${module_dir_path}/apt" + include common::moduledir + $apt_base_dir = "${common::moduledir::module_dir_path}/apt" modules_dir { apt: } # watch apt.conf.d file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; } |