diff --git a/puppet/modules/profiles/manifests/web.pp b/puppet/modules/profiles/manifests/web.pp index ff8528185..9383587a4 100644 --- a/puppet/modules/profiles/manifests/web.pp +++ b/puppet/modules/profiles/manifests/web.pp @@ -18,7 +18,7 @@ # Maximum connection per rsync target. Using a small value to try and reduce # server load class profiles::web ( - String[1] $stable = '3.6', + String[1] $stable = '3.7', String[1] $next = '3.8', Hash[String, Hash] $debugs_htpasswds = {}, Boolean $https = true,