aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/etcd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/etcd.pp')
-rw-r--r--manifests/profile/base/etcd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/etcd.pp b/manifests/profile/base/etcd.pp
index fc4771f..c29c937 100644
--- a/manifests/profile/base/etcd.pp
+++ b/manifests/profile/base/etcd.pp
@@ -46,7 +46,7 @@ class tripleo::profile::base::etcd (
$nodes = hiera('etcd_node_names', []),
$step = hiera('step'),
) {
- if $step >= 1 {
+ if $step >= 2 {
class {'::etcd':
listen_client_urls => "http://${bind_ip}:${client_port}",
advertise_client_urls => "http://${bind_ip}:${client_port}",