From: Silvio Rhatto Date: Wed, 1 Oct 2014 16:45:44 +0000 (-0300) Subject: Provision fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f8e88d3e5637cb560629bead885861e5d4a4bd89;p=puppet-bootstrap.git Provision fix --- diff --git a/bin/provision b/bin/provision index 61acf59..e200e51 100755 --- a/bin/provision +++ b/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