diff options
author | Michael Stahnke <stahnma@puppetlabs.com> | 2012-10-18 19:05:44 -0700 |
---|---|---|
committer | Michael Stahnke <stahnma@puppetlabs.com> | 2012-10-18 19:05:44 -0700 |
commit | 0c1f3303c334079c86fd7de1e16800bed165fbc0 (patch) | |
tree | 2f589f9f825c80e76679241257898869adbedb41 /Modulefile | |
parent | b4a144ca139c2e1615e92697a694caae560be664 (diff) | |
download | puppet-avahi-0c1f3303c334079c86fd7de1e16800bed165fbc0.tar.gz puppet-avahi-0c1f3303c334079c86fd7de1e16800bed165fbc0.tar.bz2 |
Ready for publishing
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ name 'stahnma-avahi' version '0.0.1' -source 'UNKNOWN' +source 'https://github.com/stahnma/puppet-module-avahi' author 'stahnma' license 'Apache License, Version 2.0' -summary 'UNKNOWN' -description 'UNKNOWN' -project_page 'UNKNOWN' +summary 'Zeroconf avahi setup for Linux' +description 'Setup avahi in simple ways' +project_page 'https://github.com/stahnma/puppet-module-avahi' ## Add dependencies, if any: -dependency 'cprice404-inifile', '>= 1.2.0' +dependency 'cprice404-inifile', '>= 0.0.3' |