From 61142025e7cf0a12473fce9b31c887cfc90f429d Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 30 Oct 2009 21:43:43 +0100 Subject: our module_dir is currently called modules_dir --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3