aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a24a51b..e4a2f89 100644
--- a/manifests/key/plain.pp
+++ b/manifests/key/plain.pp
@@ -5,7 +5,7 @@ define apt::key::plain ($source) {
"${apt::apt_base_dir}/keys":
ensure => directory;
}
- exec { "apt-key add ${apt::apt_base_dir}/keys/${name}":
+ exec { "apt-key add '${apt::apt_base_dir}/keys/${name}'":
subscribe => File["${apt::apt_base_dir}/keys/${name}"],
refreshonly => true,
notify => Exec['refresh_apt'],