Merge branch 'apache-root' of theta42/t42-common into master

This commit is contained in:
William Mantly 2019-07-01 03:54:14 +00:00 committed by Gitea
commit 48cc863943
2 changed files with 2 additions and 2 deletions

View File

@ -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.7' version '0.1.8'
chef_version '>= 13.0' chef_version '>= 13.0'
depends 'nodejs' depends 'nodejs'

View File

@ -48,7 +48,7 @@
AllowOverride None AllowOverride None
Require all granted Require all granted
</Directory> </Directory>
<% end - %> <% end -%>
<% if node['web']['static'] %> <% if node['web']['static'] %>
<% node['web']['static'].each do |static| -%> <% node['web']['static'].each do |static| -%>