aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-22 13:46:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-22 13:46:16 -0300
commitb75d0f3603fef2c76c546bde6e0060411b4c19c9 (patch)
tree8c7da43fbd36dbbd7ace836cbe1a70655e00c5a3
parentae7cfbde32756de78f7d29d94e597483a54b75ce (diff)
downloadpuppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.gz
puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.bz2
Rename 'hiera' to 'config'
-rwxr-xr-xbin/provision2
-rw-r--r--config/bootstrap.yaml (renamed from hiera/bootstrap.yaml)0
-rw-r--r--config/common.yaml (renamed from hiera/common.yaml)0
-rw-r--r--config/hiera.yaml (renamed from hiera/hiera.yaml)2
-rw-r--r--config/node/puppet-bootstrap.example.org.yaml (renamed from hiera/node/puppet-bootstrap.example.org.yaml)0
l---------hiera.yaml2
6 files changed, 3 insertions, 3 deletions
diff --git a/bin/provision b/bin/provision
index 16f102f..a3036c2 100755
--- a/bin/provision
+++ b/bin/provision
@@ -25,7 +25,7 @@ done
# Link hiera configuration if needed.
if [ ! -h "/etc/puppet/hiera.yaml" ]; then
$SUDO rm -f /etc/puppet/hiera.yaml
- $SUDO ln -s $DIRNAME/../hiera/hiera.yaml /etc/puppet/hiera.yaml
+ $SUDO ln -s $DIRNAME/../config/hiera.yaml /etc/puppet/hiera.yaml
fi
# Link puppet configuration if needed.
diff --git a/hiera/bootstrap.yaml b/config/bootstrap.yaml
index ce72bfb..ce72bfb 100644
--- a/hiera/bootstrap.yaml
+++ b/config/bootstrap.yaml
diff --git a/hiera/common.yaml b/config/common.yaml
index 006c5a8..006c5a8 100644
--- a/hiera/common.yaml
+++ b/config/common.yaml
diff --git a/hiera/hiera.yaml b/config/hiera.yaml
index a8ae792..2e5600c 100644
--- a/hiera/hiera.yaml
+++ b/config/hiera.yaml
@@ -8,7 +8,7 @@
# reconsidered in the future.
#
# See http://docs.vagrantup.com/v2/provisioning/puppet_apply.html
- :datadir: '%{settings::confdir}/hiera'
+ :datadir: '%{settings::confdir}/config'
:hierarchy:
#
# Put in the secrets folder all sensitive information that
diff --git a/hiera/node/puppet-bootstrap.example.org.yaml b/config/node/puppet-bootstrap.example.org.yaml
index c108e7d..c108e7d 100644
--- a/hiera/node/puppet-bootstrap.example.org.yaml
+++ b/config/node/puppet-bootstrap.example.org.yaml
diff --git a/hiera.yaml b/hiera.yaml
index 5230565..31df718 120000
--- a/hiera.yaml
+++ b/hiera.yaml
@@ -1 +1 @@
-hiera/hiera.yaml \ No newline at end of file
+config/hiera.yaml \ No newline at end of file