1
0
mirror of https://github.com/krislamo/pup-tests synced 2025-09-07 15:29:29 +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

3
Vagrantfile vendored
View File

@@ -19,7 +19,8 @@ Vagrant.configure("2") do |config|
end
# Sync Puppet code to Puppet Master
master.vm.synced_folder "./code", "/etc/puppet/code"
master.vm.synced_folder "./code", "/etc/puppet/code", type: "rsync",
rsync__args: ["--verbose", "--archive", "-z", "--copy-links"]
end