aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e7eddbc..3128a92 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -117,6 +117,9 @@ class apt {
}
case $custom_key_dir {
+ '': {
+ exec { "/bin/true # no_custom_keydir": }
+ }
default: {
file { "${apt_base_dir}/keys.d":
source => "$custom_key_dir",