Update manifests/init.pp
This commit is contained in:
parent
1b07921c0c
commit
f985752a1a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class apt(
|
|||
} else {
|
||||
file { 'configure-apt-proxy':
|
||||
path => "${apt_conf_d}/proxy",
|
||||
ensure => absent
|
||||
ensure => absent,
|
||||
notify => Exec['apt_update'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue