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:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user