Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oddhill/puppet-drush
- Owner: oddhill
- License: mit
- Created: 2015-07-01T11:46:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T13:17:37.000Z (over 8 years ago)
- Last Synced: 2024-04-14T20:05:22.570Z (9 months ago)
- Language: Ruby
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`