diff options
author | Leif Johansson <leifj@sunet.se> | 2015-04-14 12:33:01 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-04-14 12:33:01 +0200 |
commit | 1ab589a2d4567865e9389ba8bc7e656ac5220a44 (patch) | |
tree | b834524c0f47c14b52bad27ab31fcc1141f21352 /global/overlay/etc/puppet/modules/sunet/manifests | |
parent | b0966eb8093966c341bb92e2ba2c2a7713ec37d0 (diff) |
etcd worksunet-ops-2015-04-14-v07
Diffstat (limited to 'global/overlay/etc/puppet/modules/sunet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/modules/sunet/manifests/etcd_node.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/manifests/etcd_node.pp b/global/overlay/etc/puppet/modules/sunet/manifests/etcd_node.pp index 6a61f89..c114cd2 100644 --- a/global/overlay/etc/puppet/modules/sunet/manifests/etcd_node.pp +++ b/global/overlay/etc/puppet/modules/sunet/manifests/etcd_node.pp @@ -11,6 +11,6 @@ define sunet::etcd_node( "-discovery ${disco_url}", "-name ${::hostname}", "-data-dir /data/${name}/${::hostname}"], - ports => ["2380:2380"] + ports => ["${::ipaddress_eth1}:2380:2380"] } } |