Hi,
I am using "rundeck" supermarket chef cookbook to install rundeck application, this has dependencies on apache2 & java.
When I ran chef client I can see the required dependencies been loaded but it showing a below listed error.
Relevant File Content:
/opt/kitchen/cache/cookbooks/apache2/resources/conf.rb:
4: default: lazy { "#{apache_dir}/conf-available" },
5: description: 'Path to the conf-available directory'
6:
7: property :root_group, String,
8: default: lazy { default_apache_root_group },
9: description: ''
10:
11>> property :template_cookbook, String,
12: default: 'apache2',
13: description: 'Cookbook to source the template from. Override this to provide your own template'
14:
15: property :options, Hash,
16: default: {
17: server_tokens: 'Prod',
18: server_signature: 'On',
19: trace_enable: 'Off',
20: },
System Info:
chef_version=13.6.4
platform=centos
platform_version=7.6.1810
ruby=ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux]
program_name=chef-client worker: ppid=138;start=20:52:37;
executable=/opt/chef/embedded/bin/chef-client
Running handlers:
[2019-09-24T20:52:39+00:00] ERROR: Running exception handlers
Running handlers complete
[2019-09-24T20:52:39+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated in 01 seconds
[2019-09-24T20:52:39+00:00] FATAL: Stacktrace dumped to /opt/kitchen/cache/chef-stacktrace.out
[2019-09-24T20:52:39+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2019-09-24T20:52:39+00:00] ERROR: Validation map has unknown check: description