summaryrefslogtreecommitdiff
path: root/manifests/apt_conf.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:17:35 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:17:35 -0500
commitbdd6cf421143914cc2c0c63fa543013892fd3bed (patch)
treec31548c83a18fc984765157d63421abb4d1df936 /manifests/apt_conf.pp
parent2c56e06458d0308faf3746aff536558362d1082b (diff)
use the same name for the update_apt exec everywhere
Diffstat (limited to 'manifests/apt_conf.pp')
-rw-r--r--manifests/apt_conf.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apt_conf.pp b/manifests/apt_conf.pp
index 709fd23..8225915 100644
--- a/manifests/apt_conf.pp
+++ b/manifests/apt_conf.pp
@@ -38,7 +38,7 @@ define apt::apt_conf (
if $refresh_apt {
File["/etc/apt/apt.conf.d/${name}"] {
- notify => Exec['apt_updated'],
+ notify => Exec['update_apt'],
}
}
}