aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-14 13:49:56 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-14 13:49:56 -0200
commitb9d11f17fff581fc854823e22a50539fc9e6ace3 (patch)
tree46bee20d71aada8c9ce02186d487c36058d706e5
parentc9828f5c62dd36938e50a37f5cc044020d884cb9 (diff)
downloadpuppet-apt-b9d11f17fff581fc854823e22a50539fc9e6ace3.tar.gz
puppet-apt-b9d11f17fff581fc854823e22a50539fc9e6ace3.tar.bz2
Fixing apt_base_dir
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 77f358d..c431b59 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -85,7 +85,7 @@ class apt {
}
}
- $apt_base_dir = "${module_dir_path}/apt"
+ $apt_base_dir = "${common::moduledir::module_dir_path}/apt"
module_dir { apt: }
# watch apt.conf.d
file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; }