Skip to content

Commit

Permalink
correction to the name of zk name
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe committed Feb 13, 2018
1 parent 07cd158 commit fed5a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marathon/build
Expand Up @@ -37,7 +37,7 @@ EnvironmentFile=-/opt/mesosphere/etc/marathon-extras
EnvironmentFile=-/var/lib/dcos/marathon/environment.ip.marathon
Environment=JAVA_HOME=${JAVA_HOME}
ExecStartPre=/bin/ping -c1 leader.mesos
ExecStartPre=/bin/ping -c1 zk1.zk
ExecStartPre=/bin/ping -c1 zk-1.zk
ExecStartPre=/opt/mesosphere/bin/bootstrap dcos-marathon
ExecStartPre=/bin/bash -c 'echo "HOST_IP=\$(\$MESOS_IP_DISCOVERY_COMMAND)" > /var/lib/dcos/marathon/environment.ip.marathon'
ExecStartPre=/bin/bash -c 'echo "MARATHON_HOSTNAME=\$(\$MESOS_IP_DISCOVERY_COMMAND)" >> /var/lib/dcos/marathon/environment.ip.marathon'
Expand Down

0 comments on commit fed5a80

Please sign in to comment.