Installs and configures xampp and it's dependencies.
- Ubuntu (Tested on 12.04)
- xampp
node[:dvwa][:dir]- Where xampp will be installed.node[:dvwa][:version]- The version number of xampp to install.node[:dvwa][:url]- The location to download xampp from.node[:dvwa][:tarball]- The name of the xampp tarball.
Using knife bootstrap IP_ADDR -x SUDOER -r recipe[xampp] --sudo
will install xampp on the node after prompting for the sudoer's password.
The service will be running on port 80 of the host.
Using knife bootstrap IP_ADDR -x SUDOER -r recipe[xampp::uninstall] --sudo
will uninstall xampp on the node after being prompted for the sudoer's
password.
Authors: Trevor Highland (trevor_highland@rapid7.com)
Copyright (c) 2013, Rapid7. All Rights Reserved.

