From 4f098186f6af40d99d480cf1ba52e7e59e055b6d Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 19 Mar 2015 15:23:39 +0100 Subject: syntax --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global/overlay/etc/puppet') 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}", -- cgit v1.1