]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Start migrating to metadata.json
authorAdam Jahn <ajjahn@gmail.com>
Sat, 11 Apr 2015 17:42:25 +0000 (13:42 -0400)
committerAdam Jahn <ajjahn@gmail.com>
Sat, 11 Apr 2015 17:42:25 +0000 (13:42 -0400)
metadata.json [new file with mode: 0644]

diff --git a/metadata.json b/metadata.json
new file mode 100644 (file)
index 0000000..8f33f34
--- /dev/null
@@ -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",
+      ]
+    }
+  ]
+}