Skip to content

Commit 90fee1d

Browse files
author
Ryan Vanderpol
committed
Fixing cookbook reference
1 parent 01cecd6 commit 90fee1d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

opsworks-elasticsearch-11-10.template

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Parameters": {
44
"DefaultOWRoles": {
5-
"Description": "Yes = have OpsWorks use existing IAM roles from another OpsWorks stack, or No=create roles in the
6-
7-
CloudFormation stack.",
5+
"Description": "Yes = have OpsWorks use existing IAM roles from another OpsWorks stack, or No=create roles in the CloudFormation stack.",
86
"Type": "String",
97
"Default": "Yes",
108
"AllowedValues": [
@@ -258,12 +256,12 @@ CloudFormation stack.",
258256
"ConfigurationManager": {
259257
"Name" : "Chef",
260258
"Version" : "11.10"
261-
},
259+
},
262260
"UseCustomCookbooks": "true",
263261
"CustomCookbooksSource": {
264262
"Type": "git",
265263
"Url": {
266-
"Ref": "S3Archive"
264+
"Ref": "CookbookRepo"
267265
}
268266
}
269267
}

0 commit comments

Comments
 (0)