projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91025d2
)
the jenins apache config needs auth_digest
author
Peter Palfrader
<peter@palfrader.org>
Mon, 23 Sep 2019 15:19:09 +0000
(17:19 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 23 Sep 2019 15:19:09 +0000
(17:19 +0200)
modules/roles/manifests/jenkins.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/jenkins.pp
b/modules/roles/manifests/jenkins.pp
index
b4e085f
..
93d8cf1
100644
(file)
--- 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',