You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run the command 'puppet generate types --environment $environment' when needed (for example, in r10k postrun)
Describe Alternatives You've Considered
I have naively tried to add a postrun in the r10k config myself, until I realized that there is no puppet installed in the r10k container.
Additional Context
What is the best approach? Multiple containers have access to /etc/puppetlabs/code, but the one that knows when to run generate types does not have puppet and the one that has the puppet command does not know when to run generate types.
The text was updated successfully, but these errors were encountered:
Use Case
I get 'Could not autoload' errors in Puppet.
Describe the Solution You Would Like
I would like to run the command 'puppet generate types --environment $environment' when needed (for example, in r10k postrun)
Describe Alternatives You've Considered
I have naively tried to add a postrun in the r10k config myself, until I realized that there is no puppet installed in the r10k container.
Additional Context
What is the best approach? Multiple containers have access to /etc/puppetlabs/code, but the one that knows when to run generate types does not have puppet and the one that has the puppet command does not know when to run generate types.
The text was updated successfully, but these errors were encountered: