#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_input high dyfi/username || true
db_go

db_input high dyfi/password || true
db_go

db_input high dyfi/hosts || true
db_go
