]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
don't accept RA at 1&1
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 19 Feb 2011 21:04:22 +0000 (22:04 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 19 Feb 2011 21:04:22 +0000 (22:04 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp

index 45e7f3c7ec2d3b7434696c48479f3867edbfc66d..9a09d547f8d5a5282980a319ad4a5e5da4681d55 100644 (file)
@@ -144,6 +144,12 @@ node default {
             include afs::server
         }
     }
+
+    case $hostname {
+        chopin,geo3,soler,wieck: {
+            include sysctl
+        }
+   }
 }
 
 # vim:set et: