How can I set node attributes while running overridden run-list?

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?

https://github.com/chef/chef/issues/2017

Have you looked into this?