aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-10-30 21:43:43 +0100
committermh <mh@immerda.ch>2009-10-30 21:43:43 +0100
commit61142025e7cf0a12473fce9b31c887cfc90f429d (patch)
tree9f4073c51dda4113320796cbf8df4c5ec3ee6ea5 /manifests
parent0daa30f43504d9660eddc24875826cc583166d84 (diff)
downloadpuppet-apt-61142025e7cf0a12473fce9b31c887cfc90f429d.tar.gz
puppet-apt-61142025e7cf0a12473fce9b31c887cfc90f429d.tar.bz2
our module_dir is currently called modules_dir
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5dc0d75..c2dd547 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -46,7 +46,7 @@ class apt {
}
$apt_base_dir = "${module_dir_path}/apt"
- module_dir { apt: }
+ modules_dir { apt: }
# watch apt.conf.d
file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; }