diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-07-10 15:20:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-07-10 15:20:30 -0300 |
commit | e68ee80773d8c761ebb68cb3c16b10fade09cce3 (patch) | |
tree | 154f6fee3f091a4f5cb1f49501f65d93b908b44f | |
parent | 91d300b52f910d7c8aabf42db0476bb845f73e0a (diff) | |
download | puppet-apt-e68ee80773d8c761ebb68cb3c16b10fade09cce3.tar.gz puppet-apt-e68ee80773d8c761ebb68cb3c16b10fade09cce3.tar.bz2 |
Updating to new common module
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |