fixed error in apache vhost temlpate

This commit is contained in:
William Mantly 2019-06-30 23:54:00 -04:00
parent c41052330e
commit 6cfdb8e5ad
Signed by: wmantly
GPG Key ID: E1EEC7650BA97160
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| -%>