Update manifests/init.pp

This commit is contained in:
Scott Barber 2012-11-01 14:17:16 -06:00 committed by Ken Barber
parent 1b07921c0c
commit f985752a1a

View file

@ -108,7 +108,7 @@ class apt(
} else {
file { 'configure-apt-proxy':
path => "${apt_conf_d}/proxy",
ensure => absent
ensure => absent,
notify => Exec['apt_update'],
}
}