mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
14 lines
475 B
Puppet
14 lines
475 B
Puppet
name 'hunner-wordpress'
|
|
version '1.0.0'
|
|
source 'https://github.com/hunner/puppet-wordpress'
|
|
author 'Hunter Haugen'
|
|
license 'Apache2'
|
|
summary 'Puppet module to set up an instance of wordpress'
|
|
description 'Installs wordpress and required mysql db/user.'
|
|
project_page 'https://github.com/hunner/puppet-wordpress'
|
|
|
|
## Add dependencies, if any:
|
|
#dependency 'puppetlabs/concat', '>= 1.0.0'
|
|
#dependency 'puppetlabs/mysql', '>= 2.1.0'
|
|
#dependency 'puppetlabs/stdlib', '>= 2.3.1'
|