Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

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

Open
ghost opened this issue Apr 20, 2021 · 3 comments
Open

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

ghost opened this issue Apr 20, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 20, 2021

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
Copy link

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

@nywilken
Copy link
Contributor

nywilken commented Nov 9, 2021

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
Copy link

curiositycasualty commented Nov 10, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants