We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker
wrong number of arguments (given 2, expected 1)
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
Since version 4.1.1, facter fails with this error message:
Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1)
The facts shouldn’t fail.
puppet agent -t
# puppet agent -t Info: Using environment 'production' Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker_version', resolution='<anonymous>': wrong number of arguments (given 2, expected 1) Error: Facter: Error while resolving custom fact fact='docker', resolution='<anonymous>': undefined method `match?' for nil:NilClass Info: Caching catalog for nas01.br0.fr Info: Applying configuration version '1630201010' Notice: Applied catalog in 10.98 seconds
This bug was introduced by 6b83e98, released with 4.1.1, and makes the whole docker fact unusable.
The text was updated successfully, but these errors were encountered:
Use Facter::Core::Execution.execute with correct arguments
d433e6f
Fixes puppetlabs#771
Successfully merging a pull request may close this issue.
Describe the Bug
Since version 4.1.1, facter fails with this error message:
Expected Behavior
The facts shouldn’t fail.
Steps to Reproduce
puppet agent -t
Environment
Additional Context
This bug was introduced by 6b83e98, released with 4.1.1, and makes the whole
docker
fact unusable.The text was updated successfully, but these errors were encountered: