From ad78ea976f1db688d620ed58b601f007f49efbd7 Mon Sep 17 00:00:00 2001 From: jigen Date: Fri, 23 Jan 2015 13:08:56 +0100 Subject: [PATCH] print values --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index f49346b..2682987 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,5 +1,7 @@ $admin=hiera('ortiche-admin') notify{"Variable is ${::admin}": } +$host=hiera('ortiche-host') +notify{"Variable is ${::host}": } hiera_include('ortiche-classes')