From 8859c4e8dbcd744209efbbf605f681354e482509 Mon Sep 17 00:00:00 2001 From: Sander Hoentjen Date: Mon, 6 May 2013 11:37:37 +0200 Subject: [PATCH] linting --- manifests/init.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 85c5bd8..03fb3cd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,8 +4,8 @@ # # Parameters: # -# There are no default parameters for this class. All module parameters are managed -# via the nginx::params class +# There are no default parameters for this class. All module parameters are +# managed via the nginx::params class # # Actions: # @@ -49,15 +49,16 @@ class nginx ( worker_processes => $worker_processes, worker_connections => $worker_connections, proxy_set_header => $proxy_set_header, + proxy_http_version => $proxy_http_version, confd_purge => $confd_purge, server_tokens => $server_tokens, require => Class['nginx::package'], notify => Class['nginx::service'], } - class { 'nginx::service': + class { 'nginx::service': configtest_enable => $configtest_enable, - service_restart => $service_restart, + service_restart => $service_restart, } # Allow the end user to establish relationships to the "main" class