Browse Source

Hiera conf tree now subdirectory of puppet-deploy

jigen 9 years ago
parent
commit
7a8cb2c5a9
2 changed files with 4 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 3 3
      hiera.yaml

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+site-conf/

+ 3 - 3
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/'