From e68ee80773d8c761ebb68cb3c16b10fade09cce3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 10 Jul 2009 15:20:30 -0300 Subject: Updating to new common module --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index c250022..6dab49a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -67,7 +67,7 @@ class apt { } } - $apt_base_dir = "/var/lib/puppet/modules/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; } -- cgit v1.2.3