diff --git a/metadata.rb b/metadata.rb index cb13bb3..27ba3c3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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' diff --git a/templates/apache/vhost.conf.erb b/templates/apache/vhost.conf.erb index 10fcf66..c5a3832 100644 --- a/templates/apache/vhost.conf.erb +++ b/templates/apache/vhost.conf.erb @@ -48,7 +48,7 @@ AllowOverride None Require all granted - <% end - %> + <% end -%> <% if node['web']['static'] %> <% node['web']['static'].each do |static| -%>