Updating to new common module
This commit is contained in:
parent
91d300b52f
commit
e68ee80773
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue