print values
This commit is contained in:
parent
3774aecd6c
commit
ad78ea976f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
$admin=hiera('ortiche-admin')
|
||||
notify{"Variable is ${::admin}": }
|
||||
$host=hiera('ortiche-host')
|
||||
notify{"Variable is ${::host}": }
|
||||
|
||||
hiera_include('ortiche-classes')
|
||||
|
||||
|
|
Loading…
Reference in a new issue