Greeting masters
I am executing chef-client with an overridden runlist.
- chef-client -o ‘role[post_installation_activities]’
I need to save node attributes in this role. I am not able to do that. I am getting following warning:
- WARN: Skipping final node save because override_runlist was given
How can I achieve that?