]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
move inclusion of samhain to the end of the block, so it knows about all other classe...
authorStephen Gran <steve@lobefin.net>
Tue, 23 Feb 2010 23:33:15 +0000 (23:33 +0000)
committerStephen Gran <steve@lobefin.net>
Tue, 23 Feb 2010 23:33:15 +0000 (23:33 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp

index 6f50f2486f9b2459d30645680dab2716f6aaa317..56f7d3b29dca58aeb0de17f3bca1bcf2abcc13a3 100644 (file)
@@ -31,7 +31,6 @@ node default {
     include ntp
 
     include motd
-    include samhain
 
     case $smartarraycontroller {
         "true":    { include debian-proliant }
@@ -90,4 +89,5 @@ node default {
     case $portforwarder_user_exists {
         "true":    { include portforwarder }
     }
+    include samhain
 }