dev/provisioning/modules/drush/metadata.json
changeset 353 bf1bc6b08c46
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev/provisioning/modules/drush/metadata.json	Tue Oct 18 14:38:56 2016 +0200
@@ -0,0 +1,36 @@
+{
+  "name": "jonhattan-drush",
+  "version": "0.5.0",
+  "author": "jonhattan",
+  "summary": "Installs several versions of Drush system-wide.",
+  "license": "MIT",
+  "source": "http://github.com/jonhattan/puppet-drush",
+  "project_page": "https://github.com/jonhattan/puppet-drush",
+  "issues_url": "https://github.com/jonhattan/puppet-drush/issues",
+  "tags": ["drupal", "php", "cli"],
+  "operatingsystem_support": [
+    {
+      "operatingsystem": "CentOS",
+      "operatingsystemrelease": [ "6", "7" ]
+    },
+    {
+      "operatingsystem": "Debian",
+      "operatingsystemrelease": [ "6", "7", "8" ]
+    },
+    {
+      "operatingsystem": "Ubuntu",
+      "operatingsystemrelease": [ "12.04", "14.04" ]
+    }
+  ],
+  "dependencies": [
+    {
+      "name": "puppetlabs/stdlib",
+      "version_requirement": ">=4.2.2 <5.0.0"
+    },
+    {
+      "name": "puppetlabs/concat",
+      "version_requirement": ">=1.1.0 <2.0.0"
+    }
+  ]
+}
+