summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-03-19 15:23:39 +0100
committerLeif Johansson <leifj@sunet.se>2015-03-19 15:23:39 +0100
commit4f098186f6af40d99d480cf1ba52e7e59e055b6d (patch)
treed0d54a12524ae182a8b2e7646318a80e91505005
parentf9760344240e06a7d9f3c29a7078d1f4e53beaad (diff)
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index d22ea87..33f78b8 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -779,7 +779,7 @@ define etcd_node($peers_file=undef,$cluster_name="etcd") {
sunet::docker_run { 'etcd_${name}':
image => 'quay.io/coreos/etcd',
extra_parameters => ["-initial-advertise-peer-urls http://${::ipaddress_eth1}:8001",
- "-listen-peer-urls http://${::ipaddress_eth1}:8001"
+ "-listen-peer-urls http://${::ipaddress_eth1}:8001",
"-advertise-client-urls http://${::ipaddress_eth1}:5001",
"-listen-client-urls http://${::ipaddress_eth1}:5001",
"-name ${::hostname}",