Advertisement
ckng

Untitled

Dec 17th, 2014
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.14 KB | None | 0 0
  1. # top.sls
  2. dev:
  3.   'dev*':
  4.    - composer
  5.  
  6. # composer.sls
  7. composer.installed:
  8.   - prefer_source: True
  9.   - no_dev: True
  10.   - optimize: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement