Remove unused redis_vip parameter
authorGiulio Fidente <gfidente@redhat.com>
Thu, 21 Jul 2016 09:36:58 +0000 (11:36 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 21 Jul 2016 09:36:58 +0000 (11:36 +0200)
Change-Id: I6ba962c682dc2ab8c6ee5238e0c176d9ae05d696

manifests/profile/pacemaker/database/redis.pp

index 9bb96ae..27dcbe9 100644 (file)
@@ -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'),