Some Puppet demos in Ubuntu environment. This demo uses Vagrant in order to setup a ready to use development environment.
- Matteo Galli - mondora.com
Install Vagrant for your system: https://www.vagrantup.com/
- git clone https://github.com/matteogll/puppet-demo.git`
- Start the virtual machine by using
vagrant upcommand (from the project root) - SSH into the VM:
vagrant ssh - The shared folder of the guest OS is:
/vagrant
Use Puppet to install and customize Nginx.
vagrant ssh: enter into the guest OS- get root privileges:
sudo su - puppet apply -v -e "include demo1"
- go to http://localhost:7080
Vagrantfile will make a symbolic link to /vagrant/modules in order to override default Puppet modules directory
/etc/puppet/modules.