reite / puppet-wordpress

Puppet module to set up an instance of wordpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.5.1

Additional software

Themes

  • Graphene 1.8.3
  • Suffusion 4.4.6

Plugins

  • Wordpress importer 0.6

Usage

class {
  wordpress:
  wordpress_db_name =>      "<name of database>",
  wordpress_db_user =>      "<database user>",
  wordpress_db_password =>  "<database password>"
}

About

Puppet module to set up an instance of wordpress