Manage a /etc/apt/apt.conf.d/99-puppet file.

This commit is contained in:
root 2010-10-16 23:59:23 +02:00 committed by intrigeri
parent 7c90a47067
commit 7ed78d549b

View file

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