We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dce5b commit 822beb5Copy full SHA for 822beb5
post-install.sh
@@ -17,7 +17,7 @@ setup_command=${cfn_postinstall_args[2]}
17
monitoring_home="/home/${cfn_cluster_user}/${monitoring_dir_name}"
18
19
case ${cfn_node_type} in
20
- MasterServer)
+ HeadNode | MasterServer)
21
wget ${monitoring_url} -O ${monitoring_tarball}
22
mkdir -p ${monitoring_home}
23
tar xvf ${monitoring_tarball} -C ${monitoring_home} --strip-components 1
0 commit comments