Skip to content

Instantly share code, notes, and snippets.

@robknight
Created March 17, 2014 15:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robknight/9601194 to your computer and use it in GitHub Desktop.
Save robknight/9601194 to your computer and use it in GitHub Desktop.
Drush via Composer in Puppet
composer::project {'drush':
project_name => 'drush/drush',
target_dir => '/opt/drush',
version => 'dev-master'
}
file {'/usr/bin/drush':
ensure => 'link',
target => '/opt/drush/drush'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment