salt.states.linux_acl.absent(name, acl_type, acl_name='', perms='', recurse=False)Ensure a Linux ACL does not exist
salt.states.linux_acl.present(name, acl_type, acl_name='', perms='', recurse=False)¶I do see alot for execution module.
salt.modules.linux_acl.modfacl(acl_type, acl_name='', perms='', *args, **kwargs)¶this is what I want to do with salt state:
setfacl -R -m g:developer:r-x /mydirectory
setfacl -Rd -m g:developer:r-x /mydirectory
is this possible to do with salt state module?
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.