From: Silvio Rhatto Date: Mon, 28 Dec 2009 00:53:13 +0000 (-0200) Subject: Removing unneeded exec X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2c0571686c933baf74962506a9dcc72db07c60c8;p=puppet-apt.git Removing unneeded exec --- 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",