From: Peter Palfrader Date: Mon, 23 Sep 2019 15:19:09 +0000 (+0200) Subject: the jenins apache config needs auth_digest X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ab40c3e11c11f58573eb7dea545760275662e11d;p=mirror%2Fdsa-puppet.git the jenins apache config needs auth_digest --- diff --git a/modules/roles/manifests/jenkins.pp b/modules/roles/manifests/jenkins.pp index b4e085fad..93d8cf1ea 100644 --- a/modules/roles/manifests/jenkins.pp +++ b/modules/roles/manifests/jenkins.pp @@ -1,9 +1,10 @@ class roles::jenkins { - include apache2 include roles::sso_rp + include apache2 + include apache2::auth_digest + include apache2::proxy_http include apache2::ssl - apache2::module { 'proxy_http': } apache2::site { '010-jenkins.debian.org': site => 'jenkins.debian.org',