Add the posix_acl module
[mirror/dsa-puppet.git] / 3rdparty / modules / posix_acl / metadata.json
diff --git a/3rdparty/modules/posix_acl/metadata.json b/3rdparty/modules/posix_acl/metadata.json
new file mode 100644 (file)
index 0000000..6998bde
--- /dev/null
@@ -0,0 +1,47 @@
+{
+  "name": "puppet-posix_acl",
+  "version": "0.1.1",
+  "author": "Vox Pupuli",
+  "summary": "Puppet ACL Module",
+  "license": "Apache-2.0",
+  "source": "https://github.com/voxpupuli/puppet-posix_acl.git",
+  "project_page": "https://github.com/voxpupuli/puppet-posix_acl",
+  "issues_url": "https://github.com/voxpupuli/puppet-posix_acl/issues",
+  "dependencies": [
+  
+  ],
+  "data_provider": null,
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "RedHat",
+      "operatingsystemrelease": [
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "CentOS",
+      "operatingsystemrelease": [
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "OracleLinux",
+      "operatingsystemrelease": [
+        "7"
+      ]
+    },
+    {
+      "operatingsystem": "Scientific",
+      "operatingsystemrelease": [
+        "7"
+      ]
+    }
+  ],
+  "requirements": [
+    {
+      "name": "puppet",
+      "version_requirement": ">= 4.10.0 < 7.0.0"
+    }
+  ],
+  "description": "Manages posix 1e ACLs on files, provides base classes so additional ACL standards can be supported."
+}