From 7a8cb2c5a99b01daf9337f3da7dc3ec2a7534053 Mon Sep 17 00:00:00 2001 From: jigen Date: Fri, 26 Jun 2015 00:36:02 +0200 Subject: [PATCH] Hiera conf tree now subdirectory of puppet-deploy --- .gitignore | 1 + hiera.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8a1717 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +site-conf/ diff --git a/hiera.yaml b/hiera.yaml index d90668a..8c4aecb 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -1,7 +1,7 @@ :hierarchy: - - ortiche-host/host - - defaults + - host-conf/host + - site :backends: - yaml :yaml: - :datadir: '/etc/ortiche-conf/' + :datadir: '/etc/puppet/site-conf/'