Closed roidelapluie closed 9 years ago
I am testing with 4.2
I've bumped the module to require puppet >= 4.2, can you rebase this so we can make sure it works? I'm fine keeping this puppet module with the newest version of puppet.
@jlambert121 sorry but it fails with 4.2 tests.
However "puppet parser validate" thinks it's fine. So there is a bug in the test toolchain.
$ grep Regex manifests/init.pp
Optional[Regexp[/^puppet/]] $hiera_source = $::puppet::params::hiera_source,
$ puppet parser validate manifests/init.pp
$ echo $?
0
So it looks like puppet-lint needs a patch merged (https://github.com/rodjek/puppet-lint/pull/435) for this to work. I'll either disable the linter or set this up to run off of a fork. I will get it figured out tomorrow, I need to cut a release.
I like this, travis is upset though. What version of puppet supports a Regex type?