Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Aug 25, 2016
1 parent 90240b0 commit 777cbcd
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cookbooks/elastic-search/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

export ELASTIC_SEARCH_DOWNLOAD_URL='https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.4/elasticsearch-2.3.4.tar.gz'
export ELASTIC_SEARCH_DOWNLOAD_URL='https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.5/elasticsearch-2.3.5.tar.gz'

export ELASTIC_SEARCH_INSTALL_FOLDER='/opt/elastic-search'
export ELASTIC_SEARCH_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/go-cd/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

export GO_CD_SERVER_DOWNLOAD_URL='https://download.go.cd/binaries/16.6.0-3590/generic/go-server-16.6.0-3590.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.go.cd/binaries/16.6.0-3590/generic/go-agent-16.6.0-3590.zip'
export GO_CD_SERVER_DOWNLOAD_URL='https://download.go.cd/binaries/16.8.0-3929/generic/go-server-16.8.0-3929.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.go.cd/binaries/16.8.0-3929/generic/go-agent-16.8.0-3929.zip'

export GO_CD_SERVER_INSTALL_FOLDER='/opt/go-cd/server'
export GO_CD_AGENT_INSTALL_FOLDER='/opt/go-cd/agents/agent'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/go-lang/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export GO_LANG_DOWNLOAD_URL='https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz'

export GO_LANG_INSTALL_FOLDER='/opt/go-lang'
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.6/src/haproxy-1.6.7.tar.gz'
export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.6/src/haproxy-1.6.8.tar.gz'

export HAPROXY_INSTALL_FOLDER='/opt/haproxy'

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

export KIBANA_DOWNLOAD_URL='https://download.elastic.co/kibana/kibana/kibana-4.5.3-linux-x64.tar.gz'
export KIBANA_DOWNLOAD_URL='https://download.elastic.co/kibana/kibana/kibana-4.5.4-linux-x64.tar.gz'
export KIBANA_ELASTIC_SEARCH_URL='http://127.0.0.1:9200'

export KIBANA_INSTALL_FOLDER='/opt/kibana'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/mongodb/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.8.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.9.tgz'

export MONGODB_INSTALL_FOLDER='/opt/mongodb'
export MONGODB_INSTALL_DATA_FOLDER='/opt/mongodb/data'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/mysql/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.13-linux-glibc2.5-x86_64.tar.gz'
export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.14-linux-glibc2.5-x86_64.tar.gz'

export MYSQL_INSTALL_FOLDER='/opt/mysql'

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

export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.11.2.tar.gz'
export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.11.3.tar.gz'
export NGINX_PCRE_DOWNLOAD_URL='ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz'
export NGINX_ZLIB_DOWNLOAD_URL='http://zlib.net/zlib-1.2.8.tar.gz'

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

export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.1.0/VBoxGuestAdditions_5.1.0.iso'
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.1.4/VBoxGuestAdditions_5.1.4.iso'
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="${JDK_INSTALL_FOLDER}"

export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/10.0.0.Final/wildfly-10.0.0.Final.tar.gz'
export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.tar.gz'
export WILD_FLY_INSTALL_FOLDER='/opt/wild-fly'

export WILD_FLY_USER_NAME='wild-fly'
Expand Down

0 comments on commit 777cbcd

Please sign in to comment.