summaryrefslogtreecommitdiff
path: root/templates/Debian-8.0-amd64-netboot/puppet.sh
blob: e5bb7812e2d674b30c77cc1c7ff6d1887bae5dcb (plain)
1
2
3
4
5
6
7
# Prepare puppetlabs repo
wget http://apt.puppetlabs.com/puppetlabs-release-jessie.deb
dpkg -i puppetlabs-release-jessie.deb
apt-get update

# Install puppet/facter
apt-get install -y puppet facter