puppet wants a backslash escaped

This commit is contained in:
Micah Anderson 2009-04-13 20:35:51 -04:00
parent 430ddcea3f
commit 0a7ffc7d63

View 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,