provision_package $package
done
-# Make sure we have an initial hiera configuration.
+# Link hiera configuration.
if [ ! -h "/etc/puppet/hiera.yaml" ]; then
sudo rm -f /etc/puppet/hiera.yaml
sudo ln -s /vagrant/puppet/hiera/hiera.yaml /etc/puppet/hiera.yaml
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
+fi