the jenins apache config needs auth_digest
authorPeter Palfrader <peter@palfrader.org>
Mon, 23 Sep 2019 15:19:09 +0000 (17:19 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 23 Sep 2019 15:19:09 +0000 (17:19 +0200)
modules/roles/manifests/jenkins.pp

index b4e085f..93d8cf1 100644 (file)
@@ -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',