fixed error in apache vhost temlpate #13

Merged
wmantly merged 1 commits from apache-root into master 2019-07-01 03:54:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6cfdb8e5ad - Show all commits

View File

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

View File

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