Method: Chef::FileAccessControl::Unix#set_all!
- Defined in:
- lib/chef/file_access_control/unix.rb
#set_all! ⇒ Object
29 30 31 32 33 |
# File 'lib/chef/file_access_control/unix.rb', line 29 def set_all! set_owner! set_group! set_mode! end |