aboutsummaryrefslogtreecommitdiff
path: root/bin
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 /bin
parentae7cfbde32756de78f7d29d94e597483a54b75ce (diff)
downloadpuppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.gz
puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.bz2
Rename 'hiera' to 'config'
Diffstat (limited to 'bin')
-rwxr-xr-xbin/provision2
1 files changed, 1 insertions, 1 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.