aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-09-03 19:18:34 -0400
committerMicah Anderson <micah@riseup.net>2009-09-03 19:18:34 -0400
commit28c7b3d5f4136c6e5f7feaf941af5fc1e02d49bb (patch)
tree04505794106158b1311779a22629aba453f80ff9 /manifests
parent0a7ffc7d633ae83be5e8cd58cf2fd6273eff4f9d (diff)
parente68ee80773d8c761ebb68cb3c16b10fade09cce3 (diff)
downloadpuppet-apt-28c7b3d5f4136c6e5f7feaf941af5fc1e02d49bb.tar.gz
puppet-apt-28c7b3d5f4136c6e5f7feaf941af5fc1e02d49bb.tar.bz2
Merge commit 'sarava/master'
Diffstat (limited to 'manifests')
-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; }