]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix the systemd service section in the template.
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 15 Mar 2012 05:49:10 +0000 (16:49 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 15 Mar 2012 05:49:10 +0000 (16:49 +1100)
To be consistent with the sysvinit one.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/WordPress_Single_Instance.template

index 0da4dfb6aad85a5846d3550d67fcf89cc736d96c..1e252a84b95c9c8e74cb861e1d2878e6a4e3185d 100644 (file)
             },\r
             "services" : {\r
               "systemd" : {\r
-                "httpd.service"    : { "enabled" : "false", "ensureRunning" : "true" },\r
-                "mysqld.service"   : { "enabled" : "false", "ensureRunning" : "true" }\r
+                "httpd"    : { "enabled" : "false", "ensureRunning" : "false" },\r
+                "mysqld"   : { "enabled" : "false", "ensureRunning" : "false" }\r
               }\r
             }\r
           }\r