Updating to new common module

This commit is contained in:
Silvio Rhatto 2009-07-10 15:20:30 -03:00
parent 91d300b52f
commit e68ee80773

View file

@ -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; }