diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-22 13:46:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-22 13:46:16 -0300 |
commit | b75d0f3603fef2c76c546bde6e0060411b4c19c9 (patch) | |
tree | 8c7da43fbd36dbbd7ace836cbe1a70655e00c5a3 /bin/provision | |
parent | ae7cfbde32756de78f7d29d94e597483a54b75ce (diff) | |
download | puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.gz puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.bz2 |
Rename 'hiera' to 'config'
Diffstat (limited to 'bin/provision')
-rwxr-xr-x | bin/provision | 2 |
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. |