Version information
released Nov 12th 2017
Start using this module
Add this module to your Puppetfile:
mod 'iyappan-wordpress', '0.1.3'
Learn more about managing modules with a PuppetfileDocumentation
iyappan/wordpress — version 0.1.3 Nov 12th 2017
Wordpress:
This module installs wordpress 4.8.1 and changes your wp-config.php file with the values provided in Hiera.
Usage:
Manifest:
class { 'wordpress': }
Hiera:
wordpress::conf::db_name: 'db_name' wordpress::conf::db_user: 'db_user' wordpress::conf::db_user_password: 'db_password' wordpress::conf::db_host: 'localhost' wordpress::wp::wpinstalldir: 'Path where the wordpress should be installed'
Dependencies
- puppetlabs/stdlib (>= 1.0.0)