We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b37f7 commit 435d243Copy full SHA for 435d243
roles/pulp/templates/settings.py.j2
@@ -17,4 +17,4 @@ DATABASES = {
17
AUTHENTICATION_BACKENDS=['pulpcore.app.authentication.PulpNoCreateRemoteUserBackend']
18
REMOTE_USER_ENVIRON_NAME="HTTP_REMOTE_USER"
19
REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASSES=('rest_framework.authentication.SessionAuthentication', 'pulpcore.app.authentication.PulpRemoteUserAuthentication')
20
-ENABLE_ANALYTICS = {{ pulp_enable_analytics | default(false) }}
+ENABLE_ANALYTICS = {{ pulp_enable_analytics | default(false) | bool | ternary('True', 'False') }}
0 commit comments