Merge branch 'apache-root' of theta42/t42-common into master
This commit is contained in:
commit
45e472399e
@ -4,7 +4,7 @@ maintainer_email 'you@example.com'
|
||||
license 'All Rights Reserved'
|
||||
description 'Installs/Configures t42-common'
|
||||
long_description 'Installs/Configures t42-common'
|
||||
version '0.1.6'
|
||||
version '0.1.7'
|
||||
chef_version '>= 13.0'
|
||||
|
||||
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',
|
||||
'libapache2-mod-php',
|
||||
|
Loading…
x
Reference in New Issue
Block a user