]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
puppet wants a backslash escaped
authorMicah Anderson <micah@riseup.net>
Tue, 14 Apr 2009 00:35:51 +0000 (20:35 -0400)
committerMicah Anderson <micah@riseup.net>
Tue, 14 Apr 2009 00:35:51 +0000 (20:35 -0400)
manifests/init.pp

index 829c8c14d26913f80a155e01554559fa77fc1a2e..929e24f6ce405a637ddf463d6e9434b1d4b3b7b5 100644 (file)
@@ -142,7 +142,7 @@ class apt {
               recurse => true,
               mode => 0755, owner => root, group => root,
             }
-            exec { "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \; && apt-get update":
+            exec { "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \\; && apt-get update":
               alias => "custom_keys",
               subscribe => File["${apt_base_dir}/keys.d"],
               refreshonly => true,