Fixed typo in init.pp

This commit is contained in:
Igor Ajdisek 2013-04-12 14:44:27 +03:00
parent bd0c5c59fe
commit 5234649b8a

View file

@ -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 {