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
docker::registry fails with
Error: Failed to apply catalog: undefined method `scan' for #<Puppet::Pops::Evaluator::DeferredValue:0x00007efedfaa8658 @proc=#<Proc:0x00007efedfaa86a8 /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/pops/evaluator/deferred_resolver.rb:173>>
Logging on to the registry.
Add the following code to your manifest: docker::registry { 'example.docker.io:5000': username => 'user', password => 'secret', }
You can substitute a valid registry, userid and password, but you will still get this error
This is the example from the documentation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
docker::registry fails with
Error: Failed to apply catalog: undefined method `scan' for #<Puppet::Pops::Evaluator::DeferredValue:0x00007efedfaa8658 @proc=#<Proc:0x00007efedfaa86a8 /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/pops/evaluator/deferred_resolver.rb:173>>
Expected Behavior
Logging on to the registry.
Steps to Reproduce
Add the following code to your manifest:
docker::registry { 'example.docker.io:5000':
username => 'user',
password => 'secret',
}
You can substitute a valid registry, userid and password, but you will still get this error
Environment
Additional Context
This is the example from the documentation.
The text was updated successfully, but these errors were encountered: