PHP working dir #12
@ -4,7 +4,7 @@ maintainer_email 'you@example.com'
|
|||||||
license 'All Rights Reserved'
|
license 'All Rights Reserved'
|
||||||
description 'Installs/Configures t42-common'
|
description 'Installs/Configures t42-common'
|
||||||
long_description 'Installs/Configures t42-common'
|
long_description 'Installs/Configures t42-common'
|
||||||
version '0.1.6'
|
version '0.1.7'
|
||||||
chef_version '>= 13.0'
|
chef_version '>= 13.0'
|
||||||
|
|
||||||
depends 'nodejs'
|
depends 'nodejs'
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
unless node['php']['working-dir'][0] == '/'
|
||||||
|
node.override['php']['working-dir'] = "#{node['working-dir']}/#{node['php']['working-dir']}"
|
||||||
|
end
|
||||||
|
|
||||||
[
|
[
|
||||||
'php',
|
'php',
|
||||||
'libapache2-mod-php',
|
'libapache2-mod-php',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user