Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oddhill/puppet-drush

Install drush via Composer for Boxen
https://github.com/oddhill/puppet-drush

Last synced: 23 days ago
JSON representation

Install drush via Composer for Boxen

Awesome Lists containing this project

README

        

# Drush puppet for boxen

Install `drush` via Composer.

[![Build Status](https://travis-ci.org/jenslind/puppet-drush.svg?branch=master)](https://travis-ci.org/jenslind/puppet-drush)

## Usage

```puppet
class { 'drush':
version => '8.0.0-beta11' # Drush version
}

# Install plugins
drush::plugin {'drush-registry-rebuild':
name => 'registry_rebuild'
}
```

## Required Puppet Modules

* `boxen`
* `php & composer`
* `node`