https://github.com/oddhill/puppet-drush
Install drush via Composer for Boxen
https://github.com/oddhill/puppet-drush
Last synced: about 1 year 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T13:17:37.000Z (about 10 years ago)
- Last Synced: 2025-01-30T10:24:07.776Z (over 1 year 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.
[](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`