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

Accept short acls. #4

Closed
kevincox opened this issue Nov 16, 2013 · 1 comment
Closed

Accept short acls. #4

kevincox opened this issue Nov 16, 2013 · 1 comment

Comments

@kevincox
Copy link

They appear to work but I get a warning bellow unless all the acl's are in long form.

Notice: /Stage[main]/Srv/Acl[/srv/]/permission: permission changed 'default:group::r-x,default:other::--x,default:user::rwx,group::r-x,other::--x,user::rwx' to 'u::rwx,g::r-x,o::--x,d:u::rwx,d:g::r-x,d:o::--x'

It would be nice to be able to use d:u::rx for example, without generating this warning. This form is accepted by the setfacl command so it is standard.

@dobbymoodge
Copy link

Not sure when I will have time to work on this, but it is a known issue: https://github.com/dobbymoodge/puppet-acl/blob/master/lib/puppet/type/acl.rb#L138

If you come up with a pull request I'd be happy to add it.

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

2 participants