Currently it states stdlib with following version requirement:
puppetlabs/stdlib (>= 2.3.0 < 5.0.0)
As all of my other modules are highly dependant on >= 5.0.0 I just gave this one a go with ignore dependencies. Everything looks great, and works as expected. That's kind of a rough test there, but I suppose it's worthwhile trying to figure out if it really needs something lower than 5.0.0? I'm sure that this module will get more traction when this is not an obstacle anymore
Currently it states stdlib with following version requirement:
puppetlabs/stdlib (>= 2.3.0 < 5.0.0)
As all of my other modules are highly dependant on >= 5.0.0 I just gave this one a go with ignore dependencies. Everything looks great, and works as expected. That's kind of a rough test there, but I suppose it's worthwhile trying to figure out if it really needs something lower than 5.0.0? I'm sure that this module will get more traction when this is not an obstacle anymore