Justin Stoller

Results 7 comments of Justin Stoller

Sorry, I've moved on. Feel free to close.

This isn't quite what you're looking for, but r10k has the ability to determine what environments exist and what modules should be in each environment through either a yaml file,...

FWIW, we recently added an `--incremental` flag to r10k, which will load the Puppetfile in an existing environment if it exists, then sync the environment, and when loading the updated...

You got the idea! A static version is any explicit version given to a forge module (not `:latest` or left off) and for git modules it's declarations that specify `:commit`...

We have a similar issue using the bare langchain4j library (no Quarkus), however we are instead seeing the exception thrown from the ServiceOutputParser: ``` dev.langchain4j.service.output.OutputParsingException: Failed to parse "" into...

Yeah, I think throwing a refusal specific exception is the best option, for our integration at least.

This PR would create a new volume to mount to /etc/puppetlabs/puppetserver https://github.com/puppetlabs/pupperware/pull/272