fix missing close bracket typo

This commit is contained in:
Micah Anderson 2009-04-09 16:31:44 -04:00
parent 53e765e5af
commit 430ddcea3f

View 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];
}