Manage a /etc/apt/apt.conf.d/99-puppet file.
This commit is contained in:
parent
7c90a47067
commit
7ed78d549b
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ class apt {
|
|||
modules_dir { apt: }
|
||||
# watch apt.conf.d
|
||||
file { "/etc/apt/apt.conf.d": ensure => directory, checksum => mtime; }
|
||||
file { '/etc/apt/apt.conf.d/99-puppet':
|
||||
ensure => 'file',
|
||||
owner => 'root', group => '0', mode => '0644',
|
||||
}
|
||||
|
||||
exec {
|
||||
# "&& sleep 1" is workaround for older(?) clients
|
||||
|
|
Loading…
Reference in a new issue