Closed glorpen closed 6 years ago
Not sure if it is what you wanted;
$options
(and $_options
) can be undef or array and is expected by code to be just that, I would only force string content with parameter type - Optional[Array[String]]
but then gluster::volume::setting
has non-typed parameter.
well, there was a bug :)
I had a look and I think that https://github.com/voxpupuli/puppet-gluster/pull/169 cleans up it a lot by using Puppet 4 language constructs. Haven't actually tested it so let's see if the tests pass :)
@ekohl can we merge this? I think it would be nice since this PR contains changes from Dec 2016.
Thanks!
Big thanks :)
This PR is strongly based on work in #92 but it is updated to current master and with one more test.
Fixes #88 Closes #92