mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-07 18:00:45 -05:00
* provisioner/chef: Support named run-lists for Policyfiles Add an optional argument for overriding the Chef Client's initial run with a named run-list specified by the Policyfile. This is useful for bootstrapping a node with a one-time setup recipe that deviates from a policy's normal run-list. * Update chef client cmd building per review feedback.