Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #107 from caktus/sc-16975-building-launch-configur…
Browse files Browse the repository at this point in the history
…ations-with-nr-agent

Sc 16975 building launch configurations with nr agent
  • Loading branch information
JeremyGibson authored Oct 12, 2022
2 parents a374992 + ff9ba1a commit 09ccfd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabulaws/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.13"
__version__ = "1.0.14"
6 changes: 4 additions & 2 deletions fabulaws/library/wsgiautoscale/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1709,8 +1709,10 @@ def install_newrelic_infrastructure_agent():
shell=True,
)
with settings(warn_only=True):
sudo("apt-get -qq update || apt-get -qq update")
sudo("apt-get install newrelic-infra -y")
sudo(
"export DEBIAN_FRONTEND=noninteractive; apt-get -qq update || apt-get -qq update"
)
sudo("export DEBIAN_FRONTEND=noninteractive; apt-get install newrelic-infra -y")
upload_newrelic_infrastructure_conf()


Expand Down

0 comments on commit 09ccfd5

Please sign in to comment.