From 430ddcea3fa1fe50d9b7f34c1a817225b7d3d2a7 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 9 Apr 2009 16:31:44 -0400 Subject: fix missing close bracket typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index b24fda4..829c8c1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -144,7 +144,7 @@ class apt { } 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", + subscribe => File["${apt_base_dir}/keys.d"], refreshonly => true, before => File[apt_config]; } -- cgit v1.2.3