treeherder/puppet
Ed Morley f92065534a Bug 1175432 - Make it more obvious if DATABASE_URL is not set
Removes the default value for DATABASE_URL and DATABASE_URL_RO, so that
if either are not set, there is a clearer upfront Django error about
Databases not being configured, rather than timeouts trying to connect
to localhost.

This makes it more obvious when setting up a new instance that the
variables are not present in the environment (and would have avoided
some confusion on Heroku today, when DATABASE_URL was set, but
DATABASE_URL_RO was not) - in exchange for now needing two extra lines
in the puppet config for local testing.
2015-07-15 16:20:39 +01:00
..
files Cleanup syntax in .bash_aliases 2015-06-30 12:37:31 +01:00
manifests Bug 1175432 - Make it more obvious if DATABASE_URL is not set 2015-07-15 16:20:39 +01:00