add w to owner permissions for the install dir

This commit is contained in:
Éric Gaspar 2023-02-25 18:45:56 +01:00 committed by tituspijean
parent 18992d790c
commit 1bf12f35a1

View file

@ -115,7 +115,7 @@ Creates a directory to be used by the app as the installation directory, typical
##### Properties: ##### Properties:
- `dir`: (default: `/var/www/__APP__`) The full path of the install dir - `dir`: (default: `/var/www/__APP__`) The full path of the install dir
- `owner`: (default: `__APP__:rx`) The owner (and owner permissions) for the install dir - `owner`: (default: `__APP__:rwx`) The owner (and owner permissions) for the install dir
- `group`: (default: `__APP__:rx`) The group (and group permissions) for the install dir - `group`: (default: `__APP__:rx`) The group (and group permissions) for the install dir
##### Provision/Update: ##### Provision/Update: