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')