Skip to content

Commit a8cafc6

Browse files
committed
Merge pull request #1787 from alex-sherwin/patch-1
fixing yaml key typo for fleet.public-ip
2 parents 3a47518 + 23f020a commit a8cafc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coreos:
1414
fleet:
1515
# We have to set the public_ip here so this works on Vagrant -- otherwise, Vagrant VMs
1616
# will all publish the same private IP. This is harmless for cloud providers.
17-
public_ip: $private_ipv4
17+
public-ip: $private_ipv4
1818
# allow etcd to slow down at times
1919
etcd_request_timeout: 3
2020
units:

0 commit comments

Comments
 (0)