#!/bin/sh # RUN THIS ON A REDHAT INSTANCE # Puppet does not recognize the 'Linux' type operating system AMZ-LX ami based instances # identify themselves as cd /root yum -y install puppet wget mkdir -p /etc/puppet/modules puppet module install puppetlabs-apache puppet module install maestro-wget puppet module install maestrodev-wget wget https://s3.eu-central-1.amazonaws.com/bootstrapping-with-puppet.labs.easytocloud.com/puppet-apache.txt -O puppet-apache.txt puppet apply puppet-apache.txt