Skip to content

A Puppet module to install and execute Drupal commands using Drush.

Notifications You must be signed in to change notification settings

proviso/erikwebb-drush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet module for Drush

A Puppet module to install Drush and execute commands.

Basic usage

To download a single Drupal module:

drush::exec { 'drush-views-download':
  command        => 'pm-download views',
  root_directory => '/var/www/html',
}

Dependencies

Some functionality is dependent on other modules:

About

A Puppet module to install and execute Drupal commands using Drush.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 86.0%
  • Ruby 14.0%