print values

This commit is contained in:
jigen 2015-01-23 13:08:56 +01:00
parent 3774aecd6c
commit ad78ea976f

View file

@ -1,5 +1,7 @@
$admin=hiera('ortiche-admin') $admin=hiera('ortiche-admin')
notify{"Variable is ${::admin}": } notify{"Variable is ${::admin}": }
$host=hiera('ortiche-host')
notify{"Variable is ${::host}": }
hiera_include('ortiche-classes') hiera_include('ortiche-classes')