summaryrefslogtreecommitdiff
path: root/puppet/hiera.yaml
diff options
context:
space:
mode:
authorLeap Admins <admin@leap.se>2012-09-26 16:31:07 +0000
committerLeap Admins <admin@leap.se>2012-09-26 16:34:19 +0000
commit7f9c8f7dee5a344f226df74becf9c30e69783b55 (patch)
treec98380ac39dc7ee24b1ac2002f90562002230b83 /puppet/hiera.yaml
parent6762786fb249bd324587cac7b2de3916fa19a752 (diff)
parente73a5e34742a63d82ee4b1a84a779403d9f71bd7 (diff)
Restructure develop branch to have master as ancestor
Diffstat (limited to 'puppet/hiera.yaml')
-rw-r--r--puppet/hiera.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml
new file mode 100644
index 00000000..a992c057
--- /dev/null
+++ b/puppet/hiera.yaml
@@ -0,0 +1,23 @@
+---
+:backends:
+ - yaml
+ - puppet
+
+:logger: console
+
+:hierarchy:
+ - hosts/%{fqdn}
+ - ca/%{fqdn}
+ - ca/defaults
+ - eip/%{fqdn}
+ - eip/defaults
+# more services following
+ - defaults
+
+# relative from where puppet is run, so we need to run puppet
+# from the root dir of the leap_platform repo
+:yaml:
+ :datadir: config
+
+:puppet:
+ :datasource: data