From: Stephen Gran Date: Sun, 26 Apr 2009 14:49:57 +0000 (+0100) Subject: Try again with the right number of arguments X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c08b1c8918413ec7f24e6df19c7bb6bc9711c75e;p=mirror%2Fdsa-puppet.git Try again with the right number of arguments Signed-off-by: Stephen Gran --- 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: {}