summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a5e1730..dc868d7 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -139,7 +139,7 @@ class apt {
default: {
file { "${apt_base_dir}/keys.d":
source => "$custom_key_dir",
- recurse => yes,
+ recurse => true,
mode => 0755, owner => root, group => root,
}
exec { "for key in `ls ${apt_base_dir/keys.d/` ; do /usr/bin/apt-key add ${apt_base_dir}/$key && apt-get update":