if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
  message "${MESSAGE_COLOR}" &&
  message "Please place server key and certificate files server.key and server.crt into" &&
  message "the database repository (/var/lib/postgres/data by default). See more about" &&
  message "it at http://www.postgresql.org/docs/8.3/static/ssl-tcp.html" &&
  message "${DEFAULT_COLOR}"
fi &&

message "${MESSAGE_COLOR}" &&
message "See the PostgreSQL HowTo at https://sourcemage.org/HowTo/PostgreSQL if you" &&
message "need help setting up PostgreSQL." &&
message "${DEFAULT_COLOR}"
