From 21aa4d90f90c44b3d2e04d81be6de3b34b9b92a0 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 23 Feb 2010 23:33:15 +0000 Subject: [PATCH] move inclusion of samhain to the end of the block, so it knows about all other classes included Signed-off-by: Stephen Gran --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 6f50f2486..56f7d3b29 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 } -- 2.20.1