aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-07-21 11:36:58 +0200
committerGiulio Fidente <gfidente@redhat.com>2016-07-21 11:36:58 +0200
commita72299d96cfb01b0473f702af8d4eb49fa875e96 (patch)
tree7f20c7f2ac87012358b98d27509a6ddf9f2e7dfb /manifests/profile/pacemaker
parentbd6655da39605b8d609269c98e6624fc8b88dbda (diff)
Remove unused redis_vip parameter
Change-Id: I6ba962c682dc2ab8c6ee5238e0c176d9ae05d696
Diffstat (limited to 'manifests/profile/pacemaker')
-rw-r--r--manifests/profile/pacemaker/database/redis.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/profile/pacemaker/database/redis.pp b/manifests/profile/pacemaker/database/redis.pp
index 9bb96ae..27dcbe9 100644
--- a/manifests/profile/pacemaker/database/redis.pp
+++ b/manifests/profile/pacemaker/database/redis.pp
@@ -18,9 +18,6 @@
#
# === Parameters
#
-# [*redis_vip*]
-# Redis virtual IP
-#
# [*bootstrap_node*]
# (Optional) The hostname of the node responsible for bootstrapping tasks
# Defaults to hiera('bootstrap_nodeid')
@@ -36,7 +33,6 @@
#
class tripleo::profile::pacemaker::database::redis (
- $redis_vip,
$bootstrap_node = hiera('bootstrap_nodeid'),
$enable_load_balancer = hiera('enable_load_balancer', true),
$step = hiera('step'),