/puppet-drush-fetcher

Installs and manages the drush [fetcher](https://drupal.org/project/fetcher) extension.

Primary LanguagePuppet

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',
}