Skip to content

Commit 2bf540b

Browse files
committed
fixed bug in cloudformation template preventing extra_json from being provided to chef cookbooks
1 parent d14a9fc commit 2bf540b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@
19521952
"command" : "touch /etc/chef/ohai/hints/ec2.json"
19531953
},
19541954
"jq" : {
1955-
"command" : "/usr/local/bin/jq --argfile f1 /tmp/dna.json --argfile f2 /tmp/extra.json -n '$f1 + $f2 | .cfncluster = $f1.cfncluster + $f2.cfncluster' > /etc/chef/dna.json || echo \"jq not installed\"; cp /tmp/dna.json /etc/chef/dna.json"
1955+
"command" : "/usr/local/bin/jq --argfile f1 /tmp/dna.json --argfile f2 /tmp/extra.json -n '$f1 + $f2 | .cfncluster = $f1.cfncluster + $f2.cfncluster' > /etc/chef/dna.json || ( echo \"jq not installed\"; cp /tmp/dna.json /etc/chef/dna.json )"
19561956
}
19571957
}
19581958
},

0 commit comments

Comments
 (0)