File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function join { local IFS="$1"; shift; echo "$*"; }
48
48
49
49
# Distribution specific variables
50
50
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 " )
52
52
53
53
# Add windows runner dependencies
54
54
# Note: winexe is provided by Stackstorm repos
@@ -522,7 +522,7 @@ install_webui() {
522
522
hosts: [{
523
523
name: 'StackStorm',
524
524
url: '//:9101',
525
- auth: true
525
+ auth: '//:9100'
526
526
}]
527
527
});" > ${WEBUI_CONFIG_PATH}
528
528
You can’t perform that action at this time.
0 commit comments