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
@ -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…
Reference in New Issue
Block a user