[fix] Use boolean type for the multi_instance manifest key

This commit is contained in:
Jérôme Lebleu 2016-04-26 15:57:04 +02:00
parent 760163f823
commit f34527ba01
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"email": "john.doe@example.com",
"url": "http://example.com"
},
"multi_instance": "false",
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",