From: janw Date: Tue, 16 Sep 2008 13:10:03 +0000 (+0000) Subject: Add debconf templates. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=99e301005460b9a6c1730b526c8f255a60256973;p=gosa.git Add debconf templates. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12480 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/debian/templates b/gosa-si/debian/templates new file mode 100644 index 000000000..369fd9743 --- /dev/null +++ b/gosa-si/debian/templates @@ -0,0 +1,29 @@ +Template: gosa-si/database +Type: string +Default: gosa_si +_Description: Name of the GOsa-SI Database + Please choose a name for the gosa-si database. + +Template: gosa-si/host +Type: boolean +Default: true +_Description: Does the database server run on this host? + Please choose if the database server runs on this host or not. + +Template: gosa-si/automagic +Type: boolean +Default: true +_Description: Should the database be created? + Please choose if you want the setup to create the gosa-si database + and a privileged user account. + +Template: gosa-si/username +Type: string +Default: gosa_si +_Description: Name of the GOsa-SI Database User + Please choose a name for the gosa-si database user. + +Template: gosa-si/password +Type: password +_Description: Password for the GOsa-SI Database User + Please enter a password for the gosa-si database user.