From: Stephen Gran Date: Sun, 9 Oct 2011 19:03:04 +0000 (+0100) Subject: hopefully this works as well, syntax fix take 3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c9c9427c9d5b8218e6ae119d4e5b3ea5fc0e174a;p=dsa-puppet.git hopefully this works as well, syntax fix take 3 Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 224f7bc4..714127e2 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":