Remove all 'validate_array' statements
authorJaume Devesa <devvesa@gmail.com>
Fri, 27 Nov 2015 11:44:05 +0000 (12:44 +0100)
committerJaume Devesa <devvesa@gmail.com>
Fri, 11 Dec 2015 11:46:53 +0000 (11:46 +0000)
commit7260c13fbeac8bf34da30d70f449412f3628e2f7
tree9aab3704993aae27d536f132bf4c4ada8d9ccc3c
parent572c786fda11e16f3cceace273c64a2c945ca143
Remove all 'validate_array' statements

Unfortunately, some distributions like CentOS 7 (I guess RedHat 7 as
well) still using puppet < 3.7, which experience the annoying 'PUP-1299'
bug:

https://tickets.puppetlabs.com/browse/PUP-1299

So passing a single array element, it magically transforms to a string
(or whatever the inside elements are) and the validate_array fails. We
need to get rid of these validations.

Change-Id: Icc22ee575b7c236d1a6358f8593cf813d339a4b5
manifests/cluster/cassandra.pp
manifests/cluster/zookeeper.pp
manifests/network/midonet/agent.pp
manifests/network/midonet/api.pp