Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Larizza committed Aug 15, 2013
0 parents commit 421ae27
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hiera.yaml
@@ -0,0 +1,11 @@
---
:backends:
- yaml
:hierarchy:
- defaults
- "%{clientcert}"
- "%{environment}"
- global

:yaml:
:datadir: '/etc/puppetlabs/puppet/environments/$environment/hieradata'
3 changes: 3 additions & 0 deletions hieradata/development.yaml
@@ -0,0 +1,3 @@
---

hiera_level: development
3 changes: 3 additions & 0 deletions hieradata/gary.puppetlabs.vm.yaml
@@ -0,0 +1,3 @@
---

hiera_level: gary.puppetlabs.vm
3 changes: 3 additions & 0 deletions hieradata/global.yaml
@@ -0,0 +1,3 @@
---

hiera_level: global
3 changes: 3 additions & 0 deletions hieradata/production.yaml
@@ -0,0 +1,3 @@
---

hiera_level: production

0 comments on commit 421ae27

Please sign in to comment.