Fixed typo in init.pp
This commit is contained in:
parent
bd0c5c59fe
commit
5234649b8a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class nginx (
|
|||
$proxy_set_header = $nginx::params::nx_proxy_set_header,
|
||||
$confd_purge = $nginx::params::nx_confd_purge,
|
||||
$configtest_enable = $nginx::params::nx_configtest_enable,
|
||||
$service_restart = $nginx::params::nx_service_restrart,
|
||||
$service_restart = $nginx::params::nx_service_restart,
|
||||
$mail = $nginx::params::nx_mail
|
||||
) inherits nginx::params {
|
||||
|
||||
|
|
Loading…
Reference in a new issue