Since I am new to chef recipes…
node.default vs node.override in chef
tomcat_log_dir=“/apps/tomcat#{node[‘tomcat’][‘base_version’]}/log”
Since I am new to chef recipes…
node.default vs node.override in chef
tomcat_log_dir=“/apps/tomcat#{node[‘tomcat’][‘base_version’]}/log”
Hello mohdtauseef
An override attribute is automatically reset at the start of every chef-client run and has higher attribute precedence than the default.
Thanks,
KodeKloud Support