Created
December 23, 2015 12:01
-
-
Save jerith/d297932edc78dd1d9d75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/puppet/modules/seed_stack/manifests/controller.pp b/puppet/modules/seed_stack/manifests/controller.pp | |
| index b03cd4e..d02e821 100644 | |
| --- a/puppet/modules/seed_stack/manifests/controller.pp | |
| +++ b/puppet/modules/seed_stack/manifests/controller.pp | |
| @@ -79,7 +79,7 @@ class seed_stack::controller ( | |
| class { 'mesos': | |
| ensure => $mesos_ensure, | |
| repo => 'mesosphere', | |
| - listen_address => $address, | |
| + listen_address => '0.0.0.0', | |
| zookeeper => $mesos_zk, | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment