From c08b1c8918413ec7f24e6df19c7bb6bc9711c75e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 26 Apr 2009 15:49:57 +0100 Subject: [PATCH] Try again with the right number of arguments Signed-off-by: Stephen Gran --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 094c4181e..91e6f59cf 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -21,6 +21,8 @@ node default { include motd include samhain + $nodeinfo = nodeinfo($fqdn, "/home/sgran/local.yaml") + case $smartarraycontroller { "true": { include debian-proliant } default: {} -- 2.20.1