Closed jeefberkey closed 6 years ago
It works in the spec tests, and I've even added a test with my exact parameters and it still passes everywhere except my test node.
https://github.com/jeefberkey/puppet-etcd/blob/my-tests/spec/classes/init_spec.rb#L33
My code looks like:
And when I run it I get:
which is making absolutely no sense to me. It seems to be turning the array of integers into an array of an array. I'm not modifying these parameters at all, and the module works fine when I comment out the validate statement.
Would you be interested in a PR to validate each int individually or switch to data types?