Skip to content

Commit

Permalink
update version and remove phantomjs cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jun 4, 2018
1 parent 6779aa9 commit eb2b601
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 62 deletions.
2 changes: 1 addition & 1 deletion cookbooks/consul/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_darwin_amd64.zip'
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.1.0.zip'

export CONSUL_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/consul'
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/osx/mongodb-osx-ssl-x86_64-3.6.4.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.5.tgz'

export MONGODB_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/mongodb'
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/node-js/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export NODE_JS_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/node-js'

# export NODE_JS_VERSION='v8.11.1'
# export NODE_JS_VERSION='v8.11.2'
export NODE_JS_VERSION='latest'

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

export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.3/packer_1.2.3_darwin_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.4/packer_1.2.4_darwin_amd64.zip'

export PACKER_INSTALL_FOLDER_PATH='/Volumes/Data/Tools/packer'
5 changes: 0 additions & 5 deletions cookbooks/phantom-js/attributes/default.bash

This file was deleted.

53 changes: 0 additions & 53 deletions cookbooks/phantom-js/recipes/install.bash

This file was deleted.

0 comments on commit eb2b601

Please sign in to comment.