I wonder if there is a difference between single and double quoted strings
[mirror/dsa-puppet.git] / modules / apt-keys / manifests / init.pp
index 666b8f6..6ecdca6 100644 (file)
@@ -14,7 +14,7 @@ class apt-keys {
     }
 
     exec { "updatekeys":
-         command => "for keyfile in /etc/apt/trusted-keys.d/*; do apt-key add $keyfile; done",
+         command => 'for keyfile in /etc/apt/trusted-keys.d/*; do apt-key add $keyfile; done',
          refreshonly => true
     }
 }