Search code examples
chef-infrachef-recipechefdk

can a node be a part of multiple chef environments


Is it possible for a server to be a part of multiple environments in the same organization? If so, how do we add the node to a new environment without overriding the existing one.


Solution

  • No, one to one mapping. You can have multiple roles in the run list though.