Skip to content

Commit

Permalink
Merge pull request #7655 from alindeman/cloud-config-quote-typo-fix
Browse files Browse the repository at this point in the history
Removes spurious quotation mark
  • Loading branch information
wojtek-t committed May 4, 2015
2 parents a7205b1 + ba83a51 commit 76713d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/aws/cloud-configs/master.yaml
Expand Up @@ -10,7 +10,7 @@ coreos:
initial-cluster-token: k8s_etcd
listen-peer-urls: http://<master-private-ip>:2380,http://<master-private-ip>:7001
initial-advertise-peer-urls: http://<master-private-ip>:2380
initial-cluster: master=http://<master-private-ip>:2380"
initial-cluster: master=http://<master-private-ip>:2380
initial-cluster-state: new
fleet:
metadata: "role=master"
Expand Down
Expand Up @@ -10,7 +10,7 @@ coreos:
initial-cluster-token: k8s_etcd
listen-peer-urls: http://<master-private-ip>:2380,http://<master-private-ip>:7001
initial-advertise-peer-urls: http://<master-private-ip>:2380
initial-cluster: master=http://<master-private-ip>:2380"
initial-cluster: master=http://<master-private-ip>:2380
initial-cluster-state: new
fleet:
metadata: "role=master"
Expand Down

0 comments on commit 76713d6

Please sign in to comment.