fix(composer.sls): fix salt-lint errors

```bash
Examining php/composer.sls of type state
[210] Numbers that start with `0` should always be encapsulated in quotation marks
php/composer.sls:27
    - mode: 0755
```
This commit is contained in:
Imran Iqbal 2019-10-09 15:45:51 +01:00
parent 9c5fe287c3
commit 4e48a7adbb
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -24,7 +24,7 @@ include:
get-composer:
file.managed:
- name: {{ php.lookup.pkgs.temp_dir }}/installer
- mode: 0755
- mode: '0755'
- unless: test -f {{ install_file }}
- source: https://getcomposer.org/installer
- source_hash: https://composer.github.io/installer.sig