PHP working dir

This commit is contained in:
2019-06-30 23:47:22 -04:00
parent 7444f88bc5
commit c41052330e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
unless node['php']['working-dir'][0] == '/'
node.override['php']['working-dir'] = "#{node['working-dir']}/#{node['php']['working-dir']}"
end
[
'php',
'libapache2-mod-php',