[fix] Use boolean type for the multi_instance manifest key

master
Jérôme Lebleu 9 years ago
parent 760163f823
commit f34527ba01

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

Loading…
Cancel
Save