Issue #1033 has been updated by Stefan Schlesinger.

I'd also like to see this integrated into puppet. 

Remember that there a two diffent types of filesystem ACLs:

 - default ACLs on folders (they are inherited)
 - ACLs on files and folders (actual permissions)

And of course you can set this as the "standard ACL" which 
represents owner/group/other, but as well for users and 
groups. A fully fledged FS ACLs could look like:

getfacl: Removing leading '/' from absolute path names
# file: srv/ftp/web/press
# owner: press
# group: ftpusers
user::rwx
user:ftpadmin:rwx
user:customer0:rwx
user:pres:r--
group::r-x
mask::rwx
other::r-x
default:user::rwx
default:user:ftpadmin:rwx
default:user:customer0:rwx
default:user:press:r--
default:group::r-x
default:mask::rwx
default:other::r-x
----------------------------------------
Feature #1033: support for file system acls on the file type
http://projects.reductivelabs.com/issues/1033

Author: Chris MacLeod
Status: Accepted
Priority: Normal
Assigned to: 
Category: file
Target version: unplanned
Patch: None
Affected version: 0.24.4
Keywords: 
Branch: 


being able to set file system acls (setfacl et all) on a file type would be 
very useful.
More of a further extension of the existing file type I would think.

something perhaps along the line of:
<pre>
file { "/tmp/foo":
   mode => 0644,
   owner => foo,
   group => bar,
   acl   => u:rxw:g:foo:rxw,
   ...
}
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to