From c9c9427c9d5b8218e6ae119d4e5b3ea5fc0e174a Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 9 Oct 2011 20:03:04 +0100 Subject: [PATCH] hopefully this works as well, syntax fix take 3 Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 224f7bc4c..714127e2c 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -57,7 +57,7 @@ class debian-org { } case $debarchitecture { "armhf": {} - default: + default: { file { "/etc/apt/sources.list.d/security.list": content => template("debian-org/etc/apt/sources.list.d/security.list.erb"), @@ -66,6 +66,7 @@ class debian-org { content => template("debian-org/etc/apt/sources.list.d/backports.org.list.erb"), notify => Exec["apt-get update"]; } + } } file { "/etc/apt/preferences": -- 2.20.1