From: Silvio Rhatto Date: Fri, 10 Jul 2009 18:20:30 +0000 (-0300) Subject: Updating to new common module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e68ee80773d8c761ebb68cb3c16b10fade09cce3;p=puppet-apt.git Updating to new common module --- 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; }