diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1af6e1f..2d2d6b3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -153,9 +153,7 @@ class apt {          case $custom_key_dir { -          '': { -            exec { "/bin/true # no_custom_keydir": } -          } +          '': { }            default: {              file { "${apt_base_dir}/keys.d":                source => "$custom_key_dir",  | 
