Skip to content

Commit 02fb574

Browse files
committed
pointing cookbook to forked repo
1 parent 90fee1d commit 02fb574

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ cookbook 'rsyslog', '>= 1.11.0', git: 'git://github.com/opscode-cookbooks/rsyslo
1212
cookbook 'windows', '>= 1.30.0', git: 'git://github.com/opscode-cookbooks/windows.git', tag: 'v1.30.2'
1313
cookbook 'yum', git: 'git://github.com/opscode-cookbooks/yum.git', tag: 'v3.1.0'
1414
cookbook 'yum-epel', '>= 0.3.4', git: 'git://github.com/opscode-cookbooks/yum-epel.git', tag: 'v0.3.4'
15-
cookbook 'elasticsearch', git: 'git://github.com/elasticsearch/cookbook-elasticsearch.git', tag: '0.3.7'
15+
cookbook 'elasticsearch', git: 'git://github.com/ryanvanderpol/cookbook-elasticsearch.git'
1616
cookbook 'mongodb', git: 'git://github.com/edelight/chef-mongodb'

opsworks-elasticsearch-11-10.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"CookbookRepo": {
2424
"Description": "GitURL",
2525
"Type": "String",
26-
"Default": "https://github.com/amazonwebservices/opsworks-elasticsearch-cookbook"
26+
"Default": "https://github.com/ryanvanderpol/opsworks-elasticsearch-cookbook"
2727
}
2828
},
2929
"Conditions": {
@@ -302,7 +302,7 @@
302302
{
303303
"MountPoint": "/mnt/elasticsearch-data",
304304
"NumberOfDisks": 1,
305-
"Size": 100
305+
"Size": 10
306306
}
307307
],
308308
"CustomSecurityGroupIds": [

0 commit comments

Comments
 (0)