aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-04-11 13:42:25 -0400
committerAdam Jahn <ajjahn@gmail.com>2015-04-11 13:42:25 -0400
commit13315dd4260ee804d38996af760bfdddb9fa0a9c (patch)
tree007325422e7a7e47154dee6f33cbb390b0c8a126 /metadata.json
parent30ba71f6c8316e7f8f2336949a4d40c2b00c5989 (diff)
downloadpuppet-samba-13315dd4260ee804d38996af760bfdddb9fa0a9c.tar.gz
puppet-samba-13315dd4260ee804d38996af760bfdddb9fa0a9c.tar.bz2
Start migrating to metadata.json
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..8f33f34
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,25 @@
+{
+ "name": "ajjahn-samba",
+ "version": "0.2.0",
+ "author": "Adam Jahn",
+ "summary": "Module for provisioning Samba",
+ "license": "Apache-2.0",
+ "source": "https://github.com/ajjahn/puppet-samba",
+ "project_page": "https://github.com/ajjahn/puppet-samba",
+ "issues_url": "https://github.com/ajjahn/puppet-samba/issues",
+ "description": "Module for provisioning Samba",
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": [
+ "6.0"
+ ]
+ },
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "12.04",
+ ]
+ }
+ ]
+}