Skip to content

Commit 479f93f

Browse files
committed
fix: Drop jicofo-authuser as we use hardcoded value.
1 parent 87a5720 commit 479f93f

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

debian/postinst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ case "$1" in
5454
fi
5555

5656
# Store values, so we can use it if we are configuring other packages on the same machine
57-
# we are currently doing this on every upgrade in order to be able to succesfully upgrade
58-
# from old packages, otherwise we can do it only on new configuraiton or reconfiguration
59-
db_set jicofo/jicofo-authuser "$JICOFO_AUTH_USER"
57+
# we are currently doing this on every upgrade in order to be able to successfully upgrade
58+
# from old packages, otherwise we can do it only on new configuration or reconfiguration
6059
db_set jicofo/jicofo-authpassword "$JICOFO_AUTH_PASSWORD"
6160

6261
# and we're done with debconf

debian/templates

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ Type: string
33
_Description: Hostname:
44
The jicofo package needs the DNS hostname of your instance.
55

6-
Template: jicofo/jicofo-authuser
7-
Type: string
8-
Default: focus
9-
_Description: Jicofo username:
10-
The jicofo needs an authenticated admin user to connect to xmpp server.
11-
126
Template: jicofo/jicofo-authpassword
137
Type: password
148
_Description: Jicofo user password:

0 commit comments

Comments
 (0)