plone / ansible.plone_server

Ansible role to create a plone server
Other
9 stars 16 forks source link

Tidy up setpermissions (and perhaps speed it up too) #96

Closed djowett closed 8 years ago

djowett commented 8 years ago

I believe that omitting the find command from this does speed things up

See http://superuser.com/a/91966 for info on why we can use chown -R to replace the 'find -exec chown' thing