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
This is more of a feature request than a bug. I'd like the ability to change the group and user of a file that will be packaged into the RPM.
Currently you can change the fileMode but I cant see how to set the group or the user.
Thanks S
The text was updated successfully, but these errors were encountered:
You should be able to do this:
user = 'foo' group = 'bar'
I've done this personally at the root of the task, but this should also work at the filespec level.
This should probably be added to the README.
Sorry, something went wrong.
I note that this may collide with the 'group' at the RPM level. Hrm...
AlanKrueger
No branches or pull requests
This is more of a feature request than a bug. I'd like the ability to change the group and user of a file that will be packaged into the RPM.
Currently you can change the fileMode but I cant see how to set the group or the user.
Thanks
S
The text was updated successfully, but these errors were encountered: