diff options
author | Michael Stahnke <stahnma@puppetlabs.com> | 2012-10-07 12:40:10 -0700 |
---|---|---|
committer | Michael Stahnke <stahnma@puppetlabs.com> | 2012-10-18 17:14:00 -0700 |
commit | f3f8eabdf1bc8d73dd8a5ede8f197fcd834d78ea (patch) | |
tree | 2dec497f40ca1083ec4d8893cd451c6b284371be /Modulefile | |
download | puppet-avahi-f3f8eabdf1bc8d73dd8a5ede8f197fcd834d78ea.tar.gz puppet-avahi-f3f8eabdf1bc8d73dd8a5ede8f197fcd834d78ea.tar.bz2 |
Initial commit
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..6056563 --- /dev/null +++ b/Modulefile @@ -0,0 +1,11 @@ +name 'stahnma-avahi' +version '0.0.1' +source 'UNKNOWN' +author 'stahnma' +license 'Apache License, Version 2.0' +summary 'UNKNOWN' +description 'UNKNOWN' +project_page 'UNKNOWN' + +## Add dependencies, if any: +dependency 'cprice404-inifile', '>= 1.2.0' |