From: Angus Salkeld Date: Thu, 15 Mar 2012 05:49:10 +0000 (+1100) Subject: Fix the systemd service section in the template. X-Git-Tag: 2014.1~2212 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=da35a068e9dc3fe6b33bce1ed7e6fc877b40d31c;p=openstack-build%2Fheat-build.git Fix the systemd service section in the template. To be consistent with the sysvinit one. Signed-off-by: Angus Salkeld --- diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index 0da4dfb6..1e252a84 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -108,8 +108,8 @@ }, "services" : { "systemd" : { - "httpd.service" : { "enabled" : "false", "ensureRunning" : "true" }, - "mysqld.service" : { "enabled" : "false", "ensureRunning" : "true" } + "httpd" : { "enabled" : "false", "ensureRunning" : "false" }, + "mysqld" : { "enabled" : "false", "ensureRunning" : "false" } } } }