From f8e88d3e5637cb560629bead885861e5d4a4bd89 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Oct 2014 13:45:44 -0300 Subject: Provision fix --- bin/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3