the jenins apache config needs authn_file
authorPeter Palfrader <peter@palfrader.org>
Mon, 23 Sep 2019 15:22:34 +0000 (17:22 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 23 Sep 2019 15:22:51 +0000 (17:22 +0200)
modules/apache2/manifests/authn_file.pp [new file with mode: 0644]
modules/roles/manifests/jenkins.pp

diff --git a/modules/apache2/manifests/authn_file.pp b/modules/apache2/manifests/authn_file.pp
new file mode 100644 (file)
index 0000000..09b59f7
--- /dev/null
@@ -0,0 +1,3 @@
+class apache2::authn_file {
+  apache2::module { 'authn_file': }
+}
index 93d8cf1..3a068f9 100644 (file)
@@ -3,6 +3,7 @@ class roles::jenkins {
 
   include apache2
   include apache2::auth_digest
+  include apache2::authn_file
   include apache2::proxy_http
   include apache2::ssl