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:
3
code/environments/production/manifests/site.pp
Normal file
3
code/environments/production/manifests/site.pp
Normal file
@@ -0,0 +1,3 @@
|
||||
node 'webserver' {
|
||||
notify { 'Hello Puppet!': }
|
||||
}
|
Reference in New Issue
Block a user