Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AWSDevOpsTutorialCloudFormationStack.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
"sudo /bin/sh Dynatrace-OneAgent-Linux.sh APP_LOG_CONTENT_ACCESS=1\n",
"# Second: We install required components such as httpd, nodejs, pm2\n",
"yum install -y httpd\n",
"curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -\n",
"curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -\n",
"yum -y install nodejs\n",
"npm install pm2@latest -g\n",
"# Third: to make sure Dynatrace OneAgent immediately understand these env variable we set them here and execute a quick process for them to be picked up",
Expand Down Expand Up @@ -658,7 +658,7 @@
"./install auto\n",
"# Third: We install required components such as httpd, nodejs, pm2\n",
"yum install -y httpd\n",
"curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -\n",
"curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -\n",
"yum -y install nodejs\n",
"npm install pm2@latest -g\n",
"# Last: Get the latest CloudFormation package",
Expand Down