]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Removing unneeded exec
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Dec 2009 00:53:13 +0000 (22:53 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 28 Dec 2009 00:53:13 +0000 (22:53 -0200)
manifests/init.pp

index 1af6e1fc760b0f94c79ac1d63a4d483225f01569..2d2d6b30c72d33d5069250c08ad5d86c09065347 100644 (file)
@@ -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",