Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Configuring with Puppet

Josh Williams edited this page Jun 23, 2014 · 4 revisions

##Prerequisites##

  • Puppet installed
    • On CentOS puppet can be installed by executing yum -y install puppet
  • Tomcat 7 available for install
  • MongoDB is availble for install

##Running Puppet Manually## Puppet is automatically executed when using Vagrant. To manually execute Puppet on your server, execute the command puppet apply default.pp (default.pp download).

Clone this wiki locally