diff --git a/roles/pulp/templates/settings.py.j2 b/roles/pulp/templates/settings.py.j2 index 4e02f30..f7947b0 100644 --- a/roles/pulp/templates/settings.py.j2 +++ b/roles/pulp/templates/settings.py.j2 @@ -11,7 +11,7 @@ DATABASES = { 'USER': 'pulp', 'PASSWORD': '{{ pulp_db_password }}', 'HOST': 'localhost', - 'PORT': '5432', + 'PORT': '', } }