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

WordPress Installs

Sets up a very basic WordPress website on the puppet agent.
This commit is contained in:
2019-01-16 14:40:35 -05:00
parent 7f818e3c31
commit e5a0d84b20
7 changed files with 147 additions and 3 deletions

View File

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