user3540835
user3540835

Reputation: 453

Preserving run_list while running knife bootstrap over a node which already has a run list associated with it

Is there any way I can run knife bootstrap command with a new cookbook/recipe over a node, such that the older run_list of the node is preserved and the new cookbook/recipe gets appended to the existing run_list?

Upvotes: 0

Views: 442

Answers (1)

coderanger
coderanger

Reputation: 54267

No, but you can use the other knife node commands to manipulate the run list and then use knife ssh to run chef-client.

Upvotes: 1

Related Questions