]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
fix missing close bracket typo
authorMicah Anderson <micah@riseup.net>
Thu, 9 Apr 2009 20:31:44 +0000 (16:31 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 9 Apr 2009 20:31:44 +0000 (16:31 -0400)
manifests/init.pp

index b24fda4caff1226cc907df40bdc378b612b19bb3..829c8c14d26913f80a155e01554559fa77fc1a2e 100644 (file)
@@ -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];
             }