Run the config files from puphpet.com in docker
181
Use this Dockerfile
` #Dockerfile FROM dmouse/puphpet
ADD ./www /var/www ADD ./ /vagrant
RUN /vagrant/puphpet/shell/initial-setup.sh "/vagrant/puphpet" RUN /vagrant/puphpet/shell/update-puppet.sh RUN /vagrant/puphpet/shell/r10k.sh
RUN puppet apply /vagrant/puphpet/puppet/manifest.pp --hiera_config /vagrant/puphpet/puppet/hiera.yaml --verbose --parser future `
No tags have been pushed to this repository yet.