Skip to content

Commit 1b1747a

Browse files
committed
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) ```
1 parent e0aa56f commit 1b1747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pillar.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ php:
148148
listen: /var/run/php5-fpm-myapp.sock
149149
listen.owner: www-data
150150
listen.group: www-data
151-
listen.mode: 0660
151+
listen.mode: '0660'
152152
pm: dynamic
153153
pm.max_children: 5
154154
pm.start_servers: 2

0 commit comments

Comments
 (0)