Add a RedHat.yaml hieradata file

The RedHat.yaml hieradata file is for hiera data that is specific to Red
Hat based distros. The puppet variable %{::osfamily} is added to the
hieradata hierarchy to selectively enable the RedHat.yaml hieradata file
when running on those distros.

Change-Id: I3f78948e100059799f00e50d02de1b19065920a2
This commit is contained in:
James Slagle 2015-09-10 14:11:25 -04:00
parent c3bb51b336
commit 3e0d0d5e51
2 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"hiera": {
"hierarchy": [
"\"%{::osfamily}\"",
"puppet-stack-config"
]},
"local-ip": "{{LOCAL_IP}}",