diff options
author | Leap Admins <admin@leap.se> | 2012-09-26 16:31:07 +0000 |
---|---|---|
committer | Leap Admins <admin@leap.se> | 2012-09-26 16:34:19 +0000 |
commit | 7f9c8f7dee5a344f226df74becf9c30e69783b55 (patch) | |
tree | c98380ac39dc7ee24b1ac2002f90562002230b83 /puppet/hiera.yaml | |
parent | 6762786fb249bd324587cac7b2de3916fa19a752 (diff) | |
parent | e73a5e34742a63d82ee4b1a84a779403d9f71bd7 (diff) |
Restructure develop branch to have master as ancestor
Diffstat (limited to 'puppet/hiera.yaml')
-rw-r--r-- | puppet/hiera.yaml | 23 |
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 |