Dynatrace / Dynatrace-AppMon-Chef

Installs the Dynatrace Application Monitoring solution using Chef.
MIT License
12 stars 15 forks source link

allow a toggle on the java recipe include #23

Closed jkerry closed 7 years ago

jkerry commented 7 years ago

It would be nice to allow for a boolean flag to turn on / off the include_recipe on the java cookbook. We've got a lightweight jdk resource that we prefer to some of the extra content in the java cookbook.

pozieblo commented 7 years ago

We will be working on it this week. As a workaround you can try to uncomment include_recipe 'java' in server.rb and collector.rb recipes.

pozieblo commented 7 years ago

The fix is available in commit cfa2f2279d6. To not include the java recipe please override the ['dynatrace']['java']['install_jdk'] attribute and set it to false.