Skip to content

Commit

Permalink
remove configtest_enable from nginx::config
Browse files Browse the repository at this point in the history
It will continue to be set in the main nginx class.
  • Loading branch information
3flex committed Sep 23, 2014
1 parent d79cec1 commit 00e68d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
$confd_purge = undef,
$conf_dir = undef,
$conf_template = undef,
$configtest_enable = undef,
$daemon_user = undef,
$events_use = undef,
$fastcgi_cache_inactive = undef,
Expand Down Expand Up @@ -120,7 +119,6 @@
validate_string($fastcgi_cache_use_stale)
}

validate_bool($configtest_enable)
validate_bool($mail)
validate_string($server_tokens)
validate_string($client_max_body_size)
Expand Down

0 comments on commit 00e68d6

Please sign in to comment.