Skip to content

Commit

Permalink
fix(pillar.example): fix yamllint error
Browse files Browse the repository at this point in the history
* 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)
```
  • Loading branch information
myii committed Oct 7, 2019
1 parent e0aa56f commit 1b1747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b1747a

Please sign in to comment.