Skip to content

Instantly share code, notes, and snippets.

Created March 2, 2016 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/be6fb7967a79323f43e9 to your computer and use it in GitHub Desktop.
Save anonymous/be6fb7967a79323f43e9 to your computer and use it in GitHub Desktop.
top.sls contains the following:
base:
'*':
- drush
drush.sls contains the following:
drush_install:
git.clone:
- cwd: /usr/local/share/
- name: drush
- url: https://github.com/drush-ops/drush.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment