]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Provision fix
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Oct 2014 16:45:44 +0000 (13:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 1 Oct 2014 16:45:44 +0000 (13:45 -0300)
bin/provision

index 61acf5971cb36eb14d3cd92021b2b165b977c679..e200e51558298226d4fbbe8e8a94ba9cc2683033 100755 (executable)
@@ -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