aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-04-09 16:31:44 -0400
committerMicah Anderson <micah@riseup.net>2009-04-09 16:31:44 -0400
commit430ddcea3fa1fe50d9b7f34c1a817225b7d3d2a7 (patch)
treefb6f27deb82c35bfaabe60edbd75303f847703e8 /manifests
parent53e765e5aff3ca1e7c12d2e9cdf40aa30753e010 (diff)
downloadpuppet-apt-430ddcea3fa1fe50d9b7f34c1a817225b7d3d2a7.tar.gz
puppet-apt-430ddcea3fa1fe50d9b7f34c1a817225b7d3d2a7.tar.bz2
fix missing close bracket typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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];
}