#!/bin/sh -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_input high evqueue-core/hostname || true
db_go

db_input high evqueue-core/user || true
db_go

db_input high evqueue-core/password || true
db_go

db_input high evqueue-core/database || true
db_go
