We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command: /opt/puppetlabs/bin/puppet generate types --environment production --environmentpath /etc/puppetlabs/code/environments --config /etc/puppetlabs/puppet/puppet.conf Stdout: Notice: Generating Puppet resource types. Stderr: Error: Could not autoload puppet/provider/httpauth/httpauth: cannot load such file -- webrick Error: Failed to load custom type 'httpauth' from '/etc/puppetlabs/code/environments/production/modules/httpauth/lib/puppet/type/httpauth.rb': Could not autoload puppet/provider/httpauth/httpauth: cannot load such file -- webrick Exit code: 1 ERROR: Job failed: exit code 1
I see the readme states Requirements: webrick. What is it and how do I configure it? There are no references.
Requirements: webrick
The text was updated successfully, but these errors were encountered:
gem install webrick
However, I have no idea if the module still works. It's been some years.
Sorry, something went wrong.
@jamtur01 Thanks for replying. I ran both gem install webrick and puppetserver gem install webrick on my Puppetserver but still get the same error.
puppetserver gem install webrick
There's a good chance it might not work in modern Puppet - I think all of this was written with Ruby 2.x.
No branches or pull requests
I see the readme states
Requirements: webrick
. What is it and how do I configure it? There are no references.The text was updated successfully, but these errors were encountered: