Skip to content

Commit b610e74

Browse files
committed
Merge pull request #1430 from StackStorm/mimetypes_09
Added mailcap package and auth port
2 parents e82a8bb + 3b38628 commit b610e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/st2_deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function join { local IFS="$1"; shift; echo "$*"; }
4848

4949
# Distribution specific variables
5050
APT_PACKAGE_LIST=("rabbitmq-server" "make" "python-virtualenv" "python-dev" "realpath" "python-pip" "mongodb" "mongodb-server" "gcc" "git")
51-
YUM_PACKAGE_LIST=("python-pip" "python-virtualenv" "python-devel" "gcc-c++" "git-all" "mongodb" "mongodb-server")
51+
YUM_PACKAGE_LIST=("python-pip" "python-virtualenv" "python-devel" "gcc-c++" "git-all" "mongodb" "mongodb-server" "mailcap")
5252

5353
# Add windows runner dependencies
5454
# Note: winexe is provided by Stackstorm repos
@@ -522,7 +522,7 @@ install_webui() {
522522
hosts: [{
523523
name: 'StackStorm',
524524
url: '//:9101',
525-
auth: true
525+
auth: '//:9100'
526526
}]
527527
});" > ${WEBUI_CONFIG_PATH}
528528

0 commit comments

Comments
 (0)