mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-16 09:40:25 +00:00
fix(pillar.example): fix yamllint
error
* https://travis-ci.org/myii/php-formula/builds/594703019#L208-L210 ```bash $ yamllint -s . ./pillar.example 151:30 error forbidden implicit octal value "0660" (octal-values) ```
This commit is contained in:
parent
e0aa56f4e1
commit
1b1747a003
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ php:
|
|||
listen: /var/run/php5-fpm-myapp.sock
|
||||
listen.owner: www-data
|
||||
listen.group: www-data
|
||||
listen.mode: 0660
|
||||
listen.mode: '0660'
|
||||
pm: dynamic
|
||||
pm.max_children: 5
|
||||
pm.start_servers: 2
|
||||
|
|
Loading…
Add table
Reference in a new issue