summaryrefslogtreecommitdiff
path: root/manifests/key.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/key.pp
parent2c56e06458d0308faf3746aff536558362d1082b (diff)
use the same name for the update_apt exec everywhere
Diffstat (limited to 'manifests/key.pp')
-rw-r--r--manifests/key.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/key.pp b/manifests/key.pp
index cb70ec6..6ec6523 100644
--- a/manifests/key.pp
+++ b/manifests/key.pp
@@ -8,6 +8,6 @@ define apt::key ($source, $ensure = 'present') {
"/etc/apt/trusted.gpg.d/${name}":
ensure => $ensure,
source => $source,
- notify => Exec['apt_updated'],
+ notify => Exec['update_apt'],
}
}