puppet-wordpress
puppet-wordpress copied to clipboard
Puppet module to set up an instance of wordpress
trafficstars
This will set up an installation of wordpress on Debian and Redhat style distributions.
Installation includes software and configuration for mysql, apache httpd and php module.
Wordpress version: 3.7.1
Additional software
Themes
- Suffusion 4.4.7
Plugins
- Wordpress importer 0.6.1
Usage
class {
wordpress:
wordpress_db_name => "<name of database>",
wordpress_db_user => "<database user>",
wordpress_db_password => "<database password>"
}