1
0
mirror of https://github.com/krislamo/pup-tests synced 2025-09-08 07:49:28 +00:00

Setup Puppet Environment

Ansible sets up a puppet master and puppet agent on two virtual
machines with a hello world puppet application.
This commit is contained in:
2019-01-09 15:48:17 -05:00
commit 7f818e3c31
11 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
node 'webserver' {
notify { 'Hello Puppet!': }
}