From 2c0571686c933baf74962506a9dcc72db07c60c8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Dec 2009 22:53:13 -0200 Subject: Removing unneeded exec --- manifests/init.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'manifests/init.pp') 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", -- cgit v1.2.3