Open Dan-JoeLopez opened 6 years ago
@PiotrMejer @metmajer - It looks like the two of you were active contributors on this cookbook. Can you advise if I am doing something wrong?
This issue can be solved by replacing the line use_inline_resources
with
use_inline_resources if defined?(use_inline_resources)
Let me know if you can get the recipe to run, as I'm struggling to do so myself right now
I tried to run this cookbook's
server
profile via kitchen on openstack, and was met with the following response:I tried with Chef client 12, 13, and 14. 13 and 14 gave other errors that I was able to work around. the resource names cannot be set to type string with a default of nil. A type mismatch error is returned, as the default type must match the defined type for the property.
Also, the kitchen files that you provide reference
recipe[dynatrace::server]
but the cookbook name (in themetadata.rb
) isdynatrace-appmon
, so the runlist in the.kitchen.yml
does not seem to be valid.