Skip to content

Commit

Permalink
fix: Drop jicofo-authuser as we use hardcoded value.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Jan 12, 2023
1 parent 87a5720 commit 479f93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ case "$1" in
fi

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

# and we're done with debconf
Expand Down
6 changes: 0 additions & 6 deletions debian/templates
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ Type: string
_Description: Hostname:
The jicofo package needs the DNS hostname of your instance.

Template: jicofo/jicofo-authuser
Type: string
Default: focus
_Description: Jicofo username:
The jicofo needs an authenticated admin user to connect to xmpp server.

Template: jicofo/jicofo-authpassword
Type: password
_Description: Jicofo user password:
Expand Down

0 comments on commit 479f93f

Please sign in to comment.