The first letter should be capitalized

This commit is contained in:
YuPengZTE
2016-08-18 11:49:53 +08:00
parent ea69570f61
commit 3faa38fcb6
6 changed files with 13 additions and 13 deletions

View File

@@ -471,7 +471,7 @@ docker:
# is managing Docker restart we should probably just delete this whole thing
# but the kubernetes components use salt 'require' to set up a dag, and that
# complicated and scary to unwind.
# On AWS, we use a trick now... we don't start the docker service through Salt.
# On AWS, we use a trick now... We don't start the docker service through Salt.
# Kubelet or our health checker will start it. But we use service.enabled,
# so we still have a `service: docker` node for our DAG.
{% if grains.cloud is defined and grains.cloud == 'aws' %}