Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 14, 2019
1 parent 27dd233 commit 67ea46f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cookbooks/akamai-cli/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.0/akamai-1.1.0-linuxamd64'
export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.1/akamai-1.1.1-linuxamd64'

export AKAMAI_INSTALL_FOLDER_PATH='/opt/akamai'
2 changes: 1 addition & 1 deletion cookbooks/haproxy/attributes/source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../pcre/attributes/default.bash"

export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.16.tar.gz'
export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.17.tar.gz'

export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/nomad/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64.zip'
export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.7/nomad_0.8.7_linux_amd64.zip'

export NOMAD_INSTALL_FOLDER_PATH='/opt/nomad'
2 changes: 1 addition & 1 deletion cookbooks/wild-fly/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export WILD_FLY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"

export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/15.0.0.Final/wildfly-15.0.0.Final.tar.gz'
export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz'
export WILD_FLY_INSTALL_FOLDER_PATH='/opt/wild-fly'

export WILD_FLY_USER_NAME='wild-fly'
Expand Down

0 comments on commit 67ea46f

Please sign in to comment.