tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

Global jar_opts and jvm_opts never used #24

Open tmaier opened 9 years ago

tmaier commented 9 years ago

In attributes/default.rb you can find the following attributes:

default[:aem][:jvm_opts] = {}
default[:aem][:jar_opts] = []

According to https://github.com/tacitknowledge/aem-cookbook/search?utf8=✓&q=jar_opts and https://github.com/tacitknowledge/aem-cookbook/search?utf8=✓&q=jvm_opts&type=Code

pdunnavant commented 9 years ago

Those are both used in the places below when building the init script. Not sure why github search isn't seeing that, but I tend to have a lot of problems with their search. ;-)

https://github.com/tacitknowledge/aem-cookbook/blob/master/templates/default/init.erb#L20 https://github.com/tacitknowledge/aem-cookbook/blob/master/templates/default/init.erb#L22