summaryrefslogtreecommitdiff
path: root/manifests/key
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
parent2c56e06458d0308faf3746aff536558362d1082b (diff)
use the same name for the update_apt exec everywhere
Diffstat (limited to 'manifests/key')
-rw-r--r--manifests/key/plain.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/key/plain.pp b/manifests/key/plain.pp
index dff8b51..e845b88 100644
--- a/manifests/key/plain.pp
+++ b/manifests/key/plain.pp
@@ -8,6 +8,6 @@ define apt::key::plain ($source) {
exec { "apt-key add '${apt::apt_base_dir}/keys/${name}'":
subscribe => File["${apt::apt_base_dir}/keys/${name}"],
refreshonly => true,
- notify => Exec['apt_updated'],
+ notify => Exec['update_apt'],
}
}