dev/provisioning/modules/drush/metadata.json
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 14:38:56 +0200
changeset 353 bf1bc6b08c46
permissions -rw-r--r--
correct provisioning to install drush and correct config files + module definition for menu access problem

{
  "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"
    }
  ]
}