diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 13:45:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 13:45:59 -0300 |
commit | 21ae2e92a28ba895cab9f27db536c383f7f48e38 (patch) | |
tree | 1779bd1c5432de6a6f11c5eb94665faea6f94f23 /puppet/bin | |
parent | a00729f75b00eadd4587754028ca098906a2b805 (diff) | |
parent | ed6bb4f9fa972096ca599198c0ed662a8ab01b1e (diff) | |
download | debian-21ae2e92a28ba895cab9f27db536c383f7f48e38.tar.gz debian-21ae2e92a28ba895cab9f27db536c383f7f48e38.tar.bz2 |
Merge commit 'ed6bb4f9fa972096ca599198c0ed662a8ab01b1e'
Diffstat (limited to 'puppet/bin')
-rwxr-xr-x | puppet/bin/provision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/bin/provision b/puppet/bin/provision index 61acf59..e200e51 100755 --- a/puppet/bin/provision +++ b/puppet/bin/provision @@ -23,5 +23,5 @@ fi # Link puppet configuration. if [ ! -h "/etc/puppet/puppet.conf" ]; then sudo rm -f /etc/puppet/puppet.conf - sudo ln -s /vagrant/puppet/hiera/puppet.conf /etc/puppet/hiera.yaml + sudo ln -s /vagrant/puppet/puppet.conf /etc/puppet/puppet.conf fi |