Skip to content
New issue

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

Specifying multiple user/group ownerships does not work #32

Open
gruberrolandfiducia opened this issue Mar 7, 2013 · 0 comments
Open

Comments

@gruberrolandfiducia
Copy link

Unfortunately, using multiple users in the same package does not work. All files belong to a single user.

Example:

from('root/home/foo') {
    into '/home/foo'
    user 'foo'
    group 'foo'
    fileMode = 0600
}
from('root/home/bar') {
    into '/home/bar'
    user 'bar'
    group 'bar'
    fileMode = 0600
}

In this case all files will belong to bar, even files in /home/foo. For some reason the user/group ownerships are overwritten by the last from-command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant