rodjek / rspec-puppet

RSpec tests for your Puppet manifests
http://rspec-puppet.com
MIT License
364 stars 203 forks source link

Handle all auto*, not just autorequire #819

Closed ekohl closed 3 years ago

ekohl commented 3 years ago

Since Puppet 4.0.0 types can specify autobefore, autonotify, autorequire and autosuscribe. This allows testing these relations.

ekohl commented 3 years ago

It fails in the same way. I think that's just broken in master because it doesn't even get to the testing part.

sanfrancrisko commented 3 years ago

It fails in the same way. I think that's just broken in master because it doesn't even get to the testing part.

Yeah, it looks like we'll need to bump the version of OpenSSL on those AppVeyor Windows hosts or something along those lines.

I'll see if I can do a quick tyre kick on a local Windows host internally

sanfrancrisko commented 3 years ago

See https://github.com/rodjek/rspec-puppet/issues/820

sanfrancrisko commented 3 years ago

Thanks for the patience @ekohl . Now #824 is merged, would you mind rebasing with rodjek/master?

ekohl commented 3 years ago

Trivial rebased done.