aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 929e24f..f8d7e4a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -67,8 +67,8 @@ class apt {
}
}
- $apt_base_dir = "/var/lib/puppet/modules/apt"
- modules_dir { apt: }
+ $apt_base_dir = "${module_dir_path}/apt"
+ module_dir { apt: }
# watch apt.conf.d
file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; }