how can I override a cookbook attribute through Machine resource ?
(yes I know about the attribute field in machine resource )
this does NOT work :
machine “my_example_machine” do
recipe “cccis-inbound::inbound_admin_machine"
attribute
"node[‘cccis-dir-library’][‘hostname’]”,node[‘cccis-interfaces-inbound’][‘admin_servers’][0][‘hostname’]
machine_options machine_options1
end
I know how to pass a variable for example I can pass:
how can I override a cookbook attribute through Machine resource ?
(yes I know about the attribute field in machine resource )
this does NOT work :
machine “my_example_machine” do
recipe “cccis-inbound::inbound_admin_machine"
attribute
"node[‘cccis-dir-library’][‘hostname’]”,node[‘cccis-interfaces-inbound’][‘admin_servers’][0][‘hostname’]
machine_options machine_options1
end
I know how to pass a variable for example I can pass: