Results 33 comments of John Bond

I have a simlar use case to this where. I am trying to use mod_auth_cas to protect a grafana instance which also allows anonymous access. As such i want authentication...

Thanks for the response. What we have sounds vary similar to what you have described. including the fact that * our tool is also only run on demand, you can...

not ideal but looking at the resource definition seems you should be able to do ```puppet nginx::resource::server{'foo': listen_ip => '[::]', } ``` as `listen_ip` only validates for string or array....

Sorry to dig up an old task but wondered if anything further happened with this else where? i have a use case where a bunch of users can ssh into...

What's your view on if they should be name spaced with `stdlib::`. My personal view is that stdlib is a bit more special and unique then most modules as such...

I have updated with some feature creep adding a bunch of pem custom types, however i still need to add some tests, and improve the docs.

Sorry all i came down with covid so this got put on the back burner, i should be able to take a new look at this towards the end of...

> @chelnak I'm not sure what to do here. Perhaps we could have something like the following ```puppet Stdlib::Dns::Srv = ... # RFC compliment form Stdlib::Dns::Srv::Route53 = ... # vendor...

Another option could be to have ```puppet Stdlib::DNS::Srv::Strict = # rfc Stdlib::DNS::Srv::Loose = # some looser definition which is common among multiple provider implementations Stdlib::Dns::Srv = # an argument on...