]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Hiera fixes
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Sep 2015 00:15:38 +0000 (21:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Sep 2015 00:15:38 +0000 (21:15 -0300)
hiera/hiera.yaml

index 7e541b1e293cdd6882a8c118903ca5d16d6775d1..6fe5cae13c4f344fdeaab7290d3d42093e4bc9c5 100644 (file)
   #
   - 'secrets/node/%{::clientcert}'
   - 'secrets/domain/%{::domain}'
-  - 'secrets/role/%{::role}'
-  - 'secrets/location/%{::location}'
+  - 'secrets/role/%{::nodo::role}'
+  - 'secrets/location/%{::nodo::location}'
 
   #
   # All other stuff goes in regular YAML files.
   #
   - 'node/%{::clientcert}'
   - 'domain/%{::domain}'
-  - 'role/%{::role}'
-  - 'location/%{::location}'
+  - 'role/%{::nodo::role}'
+  - 'location/%{::nodo::location}'
   - 'virtual/%{::virtual}'
   - bootstrap
   - common