module-puppetlabs-mysql/Modulefile
Jeff McCune a0ed6a1483 (minor) Fixup typos in Modulefile metadata
Without this patch there is a typo in the dependency line and Puppet
Labs is concatenated together which is not how I normally see the author
string represented in modules.

Reviewed-by: Josh Cooper
2011-12-20 09:23:58 -08:00

10 lines
301 B
Puppet

name 'puppetlabs-mysql'
version '0.0.1'
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
author 'Puppet Labs'
license 'Apache'
summary 'Mysql module'
description 'Mysql module'
project_page 'http://github.com/puppetlabs/puppetlabs-mysql'
dependency 'puppetlabs/create_resources', '>= 1.2.0'