From: Micah Anderson Date: Thu, 9 Apr 2009 20:31:44 +0000 (-0400) Subject: fix missing close bracket typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=430ddcea3fa1fe50d9b7f34c1a817225b7d3d2a7;p=puppet-apt.git fix missing close bracket typo --- 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]; }