]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
hopefully this works as well, syntax fix take 3
authorStephen Gran <steve@lobefin.net>
Sun, 9 Oct 2011 19:03:04 +0000 (20:03 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 9 Oct 2011 19:03:04 +0000 (20:03 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp

index 224f7bc4c777e3a377ba7440fda803c70c62f8de..714127e2c432e46f6d5974f2fae92e8858174a79 100644 (file)
@@ -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":