diff options
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; } |