diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-10-07 13:20:47 -0700 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2013-10-07 13:20:47 -0700 |
commit | 300d51cae5b15afacd50fee26a1a891565af90de (patch) | |
tree | d0363db51b4e61a174d3f8e390cc5776a56fc717 | |
parent | 4cf58ba3536f20349443beedda05245aebe9daed (diff) | |
download | puppet-vcsrepo-300d51cae5b15afacd50fee26a1a891565af90de.tar.gz puppet-vcsrepo-300d51cae5b15afacd50fee26a1a891565af90de.tar.bz2 |
FM-103: Add metadata.json to all modules.
-rw-r--r-- | metadata.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..84551e5 --- /dev/null +++ b/metadata.json @@ -0,0 +1,24 @@ +{ + "name": "puppetlabs/vcsrepo", + "version": "0.1.2", + "summary": "Manage repositories from various version control systems", + "source": "git@github.com/puppetlabs/puppetlabs-vcsrepo.git", + "project_page": "http://github.com/puppetlabs/puppetlabs-vcsrepo", + "author": "Puppet Labs", + "license": "Apache-2.0", + "operatingsystem_support": [ + "RedHat", + "OpenSUSE", + "SLES", + "SLED", + "Debian", + "Ubuntu" + ], + "puppet_version": [ + 2.7, + 3.0, + 3.1, + 3.2, + 3.3 + ] +} |