postgresql::server won't work correctly without a client present because it can't validate the connection.
This makes sure the resources are contained within the module.
Refresh collectstatic on the settings file
When the settings file changes, the `MEDIA_ROOT` might change which means the files should be collected again. This also ensures the settings file has been generated before collection happens.
Introduce a pulpcore::admin define
This is essentially a wrapper around django-admin with the right settings.
supporting random SECRET_KEY, dropping ansible settings in settings.py, and setting redis database number to '8'
Run acceptance tests with SCL redis
This makes sure we can run without EPEL and is closer to our actual deployment.
Fixes #28654 - support client cert auth with pulp3
Fixes #28654 This patch updates settings.py to include REMOTE_USER_ENVIRONMENT_NAME = 'HTTP_REMOTE_USER'. This, along with a change to the vhost in puppet-foreman_proxy_content, will be necessary to support client cert auth with pulp3.