Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion opsworks/opsworks
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ! -f /opt/aws/opsworks/current/VERSION ]]; then

# decide which agent version to install
if [[ -z $OPSWORKS_AGENT_VERSION ]]; then
OPSWORKS_AGENT_VERSION='3432-20160120135248'
OPSWORKS_AGENT_VERSION='3438-20160617031426'
fi

# install dependencies
Expand Down
2 changes: 1 addition & 1 deletion provision/opsworks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eux

# set the agent version to be installed
AGENT_VERSION="3432-20160120135248"
AGENT_VERSION="3438-20160617031426"

echo "==> Generating chef json for first OpsWorks run"
TMPDIR=$(mktemp -d) && trap 'rm -rf "$TMPDIR"' EXIT
Expand Down