diff options
author | Georg Pfuetzenreuter | 2023-04-30 18:27:35 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-04-30 18:27:35 +0200 |
commit | ef0a931157da5823c4eb54da41c9d60f4d582eab (patch) | |
tree | b9cd1a911041c8d73324b523ac202df649ebad46 /salt | |
parent | d8359f002d3cbecfc4bb3fb6c3744aad71766759 (diff) | |
download | salt-ef0a931157da5823c4eb54da41c9d60f4d582eab.tar.gz salt-ef0a931157da5823c4eb54da41c9d60f4d582eab.tar.bz2 salt-ef0a931157da5823c4eb54da41c9d60f4d582eab.zip |
Correct BookStack group
Environment file needs to be readable by the www, not the wwwrun, group
for PHP-FPM to be able to access it.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'salt')
-rw-r--r-- | salt/profile/bookstack/init.sls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/profile/bookstack/init.sls b/salt/profile/bookstack/init.sls index a9ef891..05f07b6 100644 --- a/salt/profile/bookstack/init.sls +++ b/salt/profile/bookstack/init.sls @@ -10,7 +10,7 @@ bookstack_permissions: file.managed: - mode: '0640' - user: root - - group: wwwrun + - group: www - names: - {{ configfile }} |