fix syntax error

This commit is contained in:
Lee Green 2013-05-15 15:24:46 -04:00
parent 169dd8b0d6
commit d4c5db2f65

View file

@ -67,6 +67,7 @@ define nginx::resource::vhost (
$rewrite_to_https = undef,
$location_cfg_prepend = undef,
$location_cfg_append = undef,
$include_files = undef,
$try_files = undef) {
File {
ensure => $ensure ? {
@ -78,7 +79,6 @@ define nginx::resource::vhost (
group => 'root',
mode => '0644',
}
$include_files = undef,
# Add IPv6 Logic Check - Nginx service will not start if ipv6 is enabled
# and support does not exist for it in the kernel.