diff options
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_stunnel/manifests/init.pp | 3 | ||||
m--------- | puppet/modules/stunnel | 0 |
2 files changed, 1 insertions, 2 deletions
diff --git a/puppet/modules/site_stunnel/manifests/init.pp b/puppet/modules/site_stunnel/manifests/init.pp index 6ba2c4b8..c7d6acc6 100644 --- a/puppet/modules/site_stunnel/manifests/init.pp +++ b/puppet/modules/site_stunnel/manifests/init.pp @@ -2,8 +2,7 @@ class site_stunnel { # include the generic stunnel module # increase the number of open files to allow for 800 connections - $stunnel_default_extra = 'ulimit -n 4096' - include stunnel + class { 'stunnel': default_extra => 'ulimit -n 4096' } # The stunnel.conf provided by the Debian package is broken by default # so we get rid of it and just define our own. See #549384 diff --git a/puppet/modules/stunnel b/puppet/modules/stunnel -Subproject 03b51fcb718734f4b2ea76c038ffbe9b2b348b1 +Subproject b53d574250598178af298c59be957693eaaddb2 |