diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-12-12 10:19:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-12-12 10:19:59 +0000 |
commit | f8783119ce596bd9ceefc3200a8ddaa3485d106e (patch) | |
tree | 4dc3abc66c1c7fc61588ffa90d0cae354eedf45c /manifests/cluster/cassandra.pp | |
parent | 7d5decbfb667cd97bda0a7f363dda73dbf40988f (diff) | |
parent | 7260c13fbeac8bf34da30d70f449412f3628e2f7 (diff) |
Merge "Remove all 'validate_array' statements"
Diffstat (limited to 'manifests/cluster/cassandra.pp')
-rw-r--r-- | manifests/cluster/cassandra.pp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/manifests/cluster/cassandra.pp b/manifests/cluster/cassandra.pp index a810ccd..39e6e5e 100644 --- a/manifests/cluster/cassandra.pp +++ b/manifests/cluster/cassandra.pp @@ -52,7 +52,12 @@ class tripleo::cluster::cassandra( $client_port_thrift = '9160' ) { - validate_array($cassandra_servers) + + # TODO: Remove this comment once we can guarantee that all the distros + # deploying TripleO use Puppet > 3.7 because of this bug: + # https://tickets.puppetlabs.com/browse/PUP-1299 + # + # validate_array($cassandra_servers) validate_ipv4_address($cassandra_ip) class {'::cassandra::run': |