knife - chef run_list remove all recipes -


is there way remove recipes in run_list of node?

i have problem statement need remove in run_list , add @ runtime whenever required.

i can remove each individually, dealing lot of nodes @ time.

look knife exec , transform helper. knife exec -e 'transform("*:*") {|n| n.run_list.reset! }


Comments