summaryrefslogtreecommitdiff
path: root/templates/Debian-8.0-amd64-netboot/puppet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Debian-8.0-amd64-netboot/puppet.sh')
-rw-r--r--templates/Debian-8.0-amd64-netboot/puppet.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/Debian-8.0-amd64-netboot/puppet.sh b/templates/Debian-8.0-amd64-netboot/puppet.sh
new file mode 100644
index 0000000..e5bb781
--- /dev/null
+++ b/templates/Debian-8.0-amd64-netboot/puppet.sh
@@ -0,0 +1,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