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
When I apply the puppet configuration, I get this error during the execution:
Error: Could not prefetch package provider 'yum': The yum provider can only be used as root"
If I execute with sudo it does not make this error but the files are under 'root' permission and I need to have them with my own user.
sudo
Is there any way to bypass the yum installation?
Another issue, I have a file called "my.destination.file.wgetrc" which contains only the password of the url. How to prevent having this file?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I apply the puppet configuration, I get this error during the execution:
If I execute with
sudo
it does not make this error but the files are under 'root' permission and I need to have them with my own user.Is there any way to bypass the yum installation?
Another issue, I have a file called "my.destination.file.wgetrc" which contains only the password of the url. How to prevent having this file?
The text was updated successfully, but these errors were encountered: