diff --git a/roles/bodhi2/base/templates/configmap.yml b/roles/bodhi2/base/templates/configmap.yml
index 5200053894..75cc2d3864 100644
--- a/roles/bodhi2/base/templates/configmap.yml
+++ b/roles/bodhi2/base/templates/configmap.yml
@@ -11,7 +11,6 @@ data:
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
-
[libdefaults]
default_realm = {{ ipa_realm }}
rdns = false
@@ -21,12 +20,10 @@ data:
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
-
[realms]
{{ ipa_realm }} = {
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
}
-
[domain_realm]
.fedoraproject.org = FEDORAPROJECT.ORG
fedoraproject.org = FEDORAPROJECT.ORG
@@ -44,7 +41,6 @@ data:
Listen 0.0.0.0:8080
ServerRoot "/httpdir"
PidFile "/httpdir/httpd.pid"
-
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authz_user_module modules/mod_authz_user.so
@@ -67,7 +63,6 @@ data:
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule unixd_module modules/mod_unixd.so
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
-
AllowOverride None
Require all granted
@@ -76,7 +71,6 @@ data:
AllowOverride None
Require all granted
-
Require all granted
@@ -90,7 +84,6 @@ data:
ExpiresDefault "access plus 1 month"
Header unset ETag
-
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog /httpdir/accesslog combined
ErrorLog /httpdir/errorlog
@@ -98,7 +91,6 @@ data:
TypesConfig /etc/mime.types
AddDefaultCharset UTF-8
CoreDumpDirectory /tmp
-
Alias /docs /usr/share/doc/bodhi-docs/html/
Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes=2 threads=2 maximum-requests=1000