mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-10 14:51:45 +00:00
fix(repo.sls): fix salt-lint
errors
```bash Examining php/hhvm/repo.sls of type state [206] Jinja variables should have spaces before and after: {{ var_name }} php/hhvm/repo.sls:12 - name: deb http://dl.hhvm.com/{{ salt['grains.get']('os')|lower }} {{ salt['grains.get']('oscodename')}} main ```
This commit is contained in:
parent
4e48a7adbb
commit
b4d994cc09
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include:
|
|||
|
||||
hhvm_repo:
|
||||
pkgrepo.managed:
|
||||
- name: deb http://dl.hhvm.com/{{ salt['grains.get']('os')|lower }} {{ salt['grains.get']('oscodename')}} main
|
||||
- name: deb http://dl.hhvm.com/{{ salt['grains.get']('os')|lower }} {{ salt['grains.get']('oscodename') }} main
|
||||
- file: /etc/apt/sources.list.d/hhvm.list
|
||||
- keyid: 0x5a16e7281be7a449
|
||||
- keyserver: keyserver.ubuntu.com
|
||||
|
|
Loading…
Add table
Reference in a new issue