diff --git a/Modulefile b/Modulefile index c467308..0edc3a8 100644 --- a/Modulefile +++ b/Modulefile @@ -1,11 +1,10 @@ name 'jhoblitt-ganglia' version '0.0.1' -source 'UNKNOWN' -author 'jhoblitt' -license 'Apache License, Version 2.0' -summary 'UNKNOWN' -description 'UNKNOWN' -project_page 'UNKNOWN' -## Add dependencies, if any: -# dependency 'username/name', '>= 1.2.0' +author 'Joshua Hoblitt ' +license 'GNU General Public License 2 or any later version' +project_page 'https://github.com/jhoblitt/puppet-ganglia' +source 'https://github.com/jhoblitt/puppet-ganglia.git' +summary 'install and configure the ganglia gmond & gmetad daemons + web front end' +description 'install and configure the ganglia gmond & gmetad daemons + web front end' +dependency 'puppetlabs/stdlib', '>= 1.0.0'