1
0
mirror of https://github.com/krislamo/pup-tests synced 2024-09-20 01:30:35 +00:00
pup-tests/code/environments/production/manifests/site.pp
Kris Lamoureux e5a0d84b20 WordPress Installs
Sets up a very basic WordPress website on the puppet agent.
2019-01-16 14:40:35 -05:00

5 lines
42 B
Puppet

node 'webserver' {
include wordpress
}