Ciaran McCrisken

Results 10 comments of Ciaran McCrisken

Hi @anders-larsson, I've created a separate issue to track the problem you reported in https://github.com/puppetlabs/pdk/issues/914#issuecomment-863066878. I've been able to reproduce this issue on the latest version of Alpine with Ruby...

For wider visibility, response added [here](https://github.com/puppetlabs/pdkgo/discussions/189#discussioncomment-1357371)

@bwilcox I tried to reproduce this on a Windows 10 host using PDK 2.1. I basically generated a new module and created 300 classes (see [here](https://github.com/sanfrancrisko/gh955repro)). As far as I...

Just to provide some context from the `pdk validate` side of things for control repos, there's very little validation being performed other than the `environment.conf` being checked for these [`ALLOWED_SETTINGS`](https://github.com/puppetlabs/pdk/blob/6b1aec6f819fcf154e1417d8ef6a4340578b749a/lib/pdk/validate/control_repo/environment_conf_validator.rb#L70)....

Hi @wilrodriguez We are currently working on the next generation of the PDK (see [this blog post](https://puppet.com/blog/the-future-of-the-puppet-developer-kit-pdk/) for more details). Control repo support is something on our roadmap for the...

We have a similar request over in a Discussion in the pdk repo: https://github.com/puppetlabs/pdk/discussions/1057

Thanks for reporting @nscheer - I've been able to reproduce this

@CryoRig the ticket is in our backlog to be worked upon. Unfortunately, given resourcing on the team, we're unable to pick this up in the near future. Monday is the...

Thanks for raising @tuxmaster5000 - I've also raised this puppetlabs/puppet-lint for visibility internally.

We perhaps need some way to prevent this file from being loaded during testing, or, some interface that handles loading this config that we can swap in with a test...