Files
685e5660533e689734faf050ff27b2b465dcc3ab
puppet-openstack-integration /install_modules.sh

40 lines
1.2 KiB
Bash
Raw Normal View History

# version 0.6.0 has made the agent version the default, we need to symlink
# puppet to the /opt/puppetlabs version when specifically not version 3.
export PUPPET_BASE_PATH=/etc/puppetlabs/code
export PATH=${PATH}:/opt/puppetlabs/bin:/opt/puppetlabs/puppet/bin
sudo -E ln -sfn /opt/puppetlabs/bin/puppet /usr/sbin/puppet
fi
print_header 'Install r10k'
print_header 'Done (install_modules.sh)'