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: :hierarchy:
- "ortiche/%{::hostname}" - "ortiche/%{::hostname}"
- common - ortiche/common
:backends: :backends:
- yaml - yaml
:yaml: :yaml:

View file

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