From ee506f7586ee983287f95109c14e73447457283e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 29 Sep 2008 12:54:13 -0400 Subject: need to set a null case for the $custom_key_dir variable so that it will fire properly when not set --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/init.pp') 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", -- cgit v1.2.3