drush_fetcher
This module installs and configured the fetcher drupal drush extension and build system.
Version information
released Apr 21st 2015
Start using this module
Add this module to your Puppetfile:
mod 'zivtech-drush_fetcher', '1.0.3'
Learn more about managing modules with a PuppetfileDocumentation
zivtech/drush_fetcher — version 1.0.3 Apr 21st 2015
Puppet Drush Fetcher
Installs fetcher and optionally installs its dependencies and fetcher_services.
Basic usage:
include drush_fetcher
Advanced usage:
class { 'drush_fetcher':
# Installs fetcher at this specific git commit.
git_ref => 'd88cb50421',
}
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- zivtech-drush (>= 0.0.0)