Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeXGreen committed May 15, 2013
1 parent 169dd8b commit d4c5db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
$rewrite_to_https = undef,
$location_cfg_prepend = undef,
$location_cfg_append = undef,
$include_files = undef,
$try_files = undef) {
File {
ensure => $ensure ? {
Expand All @@ -78,7 +79,6 @@
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.
Expand Down

0 comments on commit d4c5db2

Please sign in to comment.