1
0
mirror of https://github.com/krislamo/pup-tests synced 2024-09-19 17:20:35 +00:00
Pile of random Puppet tests and projects
Go to file
Kris Lamoureux 03bacd745b
Modified to work with VirtualBox
Development moved to VirtualBox due to work's custom vagrant box
only supporting the VirtualBox provider. Development may eventually
end up back on libvirt. Version numbers were updated, some broken
code was removed and more instructions were added on the readme.
2019-02-07 13:26:23 -05:00
code/environments/production WordPress Installs 2019-01-16 14:40:35 -05:00
setup Modified to work with VirtualBox 2019-02-07 13:26:23 -05:00
.gitignore Setup Puppet Environment 2019-01-09 15:48:17 -05:00
README.md Modified to work with VirtualBox 2019-02-07 13:26:23 -05:00
Vagrantfile WordPress Installs 2019-01-16 14:40:35 -05:00

Puppet Tests

Puppet Tests (or pup-tests) is a small project where I am learning Puppet by writing it. Some of this code was written while performing my duties as an employee of the University of Georgia.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal Public Domain Dedication. All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Getting Started

Puppet Tests is developed using the following technologies:

  • Vagrant 2.2.3
  • Ansible 2.7.6
  • Puppet 4.8.2

After installing the above, simply navigate to the root directory and deploy the virtual machines:

vagrant up

Vagrant will create at least two virtual machines and provision a puppet client-server architecture using Ansible code from the /setup/ folder. You will want to login to the puppet master:

vagrant ssh master

Sign the client's certificate and logout:

sudo puppet cert sign webserver

exit

Now login to the webserver and provision the machine:

vagrant ssh webserv

sudo puppet agent -t