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
puppet facts gives warning before json output:
server01 ~ $ puppet facts Warning: Facter: Unable to getenv for pid 1, 'uninitialized constant Facter::Util::Linux' { "agent_specified_environment": "production", "augeas": { "version": "1.14.0" }, }
No warning should be given when running puppet agent -t or puppet facts
puppet agent -t
puppet facts
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered:
Thanks for the info @Q1tum This is an issue in facter puppetlabs/facter#2742 so I'm going to close this as a duplicate. There's a related facter PR you might want to try out puppetlabs/facter#2744
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
puppet facts gives warning before json output:
Expected Behavior
No warning should be given when running
puppet agent -t
orpuppet facts
Steps to Reproduce
Steps to reproduce the behavior:
puppet agent -t
orpuppet facts
on client where the agent is installed.Environment
The text was updated successfully, but these errors were encountered: