first hiera test maybe correct

This commit is contained in:
jigen 2015-01-08 00:00:43 +01:00
parent ca9c65ed5f
commit a460aa7fde
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
:hierarchy:
- "ortiche/%{::hostname}"
- common
- ortiche/common
:backends:
- yaml
:yaml:

View file

@ -1,5 +1,5 @@
notify{"The value is: ${::ortiche-admin}": }
$admin=hiera('ortiche-admin')
notify{"Variable is ${::admin}": }
Exec { path => [ "/bin/", "/sbin/" , "/usr/bin/", "/usr/sbin/" ,
"/usr/local/bin/", "/usr/local/sbin/" ]