hashicorp / packer-plugin-chef

This Packer provisioner is no longer being maintained and has been archived. Users are encouraged to use the shell or shell-local provisioner to run the provisioning tools made available by this plugin. If interested in maintaining this plugin please reach out to us at packer@hashicorp.com.
https://www.packer.io/docs/provisioners/chef-solo
Mozilla Public License 2.0
0 stars 6 forks source link

Feature request: "overlay" property similar to "override" #9

Open ghost opened 3 years ago

ghost commented 3 years ago

This issue was originally opened by @curiositycasualty as hashicorp/packer#7239. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.


    {
      "node_name": "{{build_name}}-{{timestamp}}",
      "run_list": [
        "recipe[foo::recipe]"
      ],
      "overlay": {
        "alpha": {
          "run_list": [
            "recipe[bar::recipe]"
          ]
        }
      },
      "type": "chef-client"
    }

Would produce a chef provisioner with a "run_list" of "recipe[foo::recipe],recipe[bar::recipe]".

curiositycasualty commented 3 years ago

This is a general feature request not specific the chef provisioner.

nywilken commented 2 years ago

With the archival of this repository all open issues will be marked as read-only. If you wish to further discuss this plugin or any of its open issues we invite you to open a discussion on the Packer community forum.

More details on the plugin archiving process for this provisioner can be found on the Plans to Archive Unmaintained Packer Provisioner Plugins blog post.

curiositycasualty commented 2 years ago

@labkey-stuartm FYI: These changes to the packer chef provisioner plugin are likely to effect LabKey