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