From 0a7ffc7d633ae83be5e8cd58cf2fd6273eff4f9d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 13 Apr 2009 20:35:51 -0400 Subject: puppet wants a backslash escaped --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 829c8c1..929e24f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, -- cgit v1.2.3