From: Stephen Gran Date: Tue, 23 Feb 2010 23:33:15 +0000 (+0000) Subject: move inclusion of samhain to the end of the block, so it knows about all other classe... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=21aa4d90f90c44b3d2e04d81be6de3b34b9b92a0;p=dsa-puppet.git move inclusion of samhain to the end of the block, so it knows about all other classes included Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 6f50f248..56f7d3b2 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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 }