don't change composer.sls in oauth-branch

This commit is contained in:
Kurt Bendlin 2015-05-21 11:49:27 +02:00
parent f51fe7ccb7
commit ef5d8ef204

View File

@ -2,8 +2,7 @@
{% set install_file = php.local_bin + '/composer' %}
include:
- php.cli
- php.ng.curl
- php
get-composer:
cmd.run:
@ -11,8 +10,7 @@ get-composer:
- unless: test -f {{ install_file }}
- cwd: {{ php.temp_dir }}
- require:
- pkg: {{ php.cli_pkg }}
- pkg: {{ php.curl_pkg }}
- pkg: php
install-composer:
cmd.wait: