Compare commits

...

2 Commits

Author SHA1 Message Date
f93316070b
role.bookstack: include php-fpm
Some checks failed
ci/lysergic/push/pipeline Pipeline failed
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-26 11:20:58 +01:00
993cfc3a3d
Add php-fpm role
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-26 11:12:44 +01:00
3 changed files with 4 additions and 0 deletions

1
pillar/role/php-fpm.sls Normal file
View File

@ -0,0 +1 @@
# empty

View File

@ -2,3 +2,4 @@ include:
- role.web.apache-httpd
- role.memcached
- profile.bookstack
- php.fpm

2
salt/role/php-fpm.sls Normal file
View File

@ -0,0 +1,2 @@
include:
- php.fpm