summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/manifests/cosmos-site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-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}",