Hi Team,
Thanks for fantastic library. My requirement is - I want to show cookbook's LWRP documentation. Is there any way to show this. Here is the code from my recipe-
#Install 'splunkforwarder' package
package 'splunkforwarder' do
version node['sap-splunk-client']['version']
action :install
not_if { File.exist?("#{node['sap-splunk-client']['splunk_home']}/splunk-#{node['sap-splunk-client']['version']}-x86_64-manifest") }
end
I am expecting something to show under resource-

Can you please help me??
Hi Team,
Thanks for fantastic library. My requirement is - I want to show cookbook's LWRP documentation. Is there any way to show this. Here is the code from my recipe-
I am expecting something to show under resource-
Can you please help me??