Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
curiositycasualty opened this issue Jan 28, 2019 · 2 comments
Closed

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

curiositycasualty opened this issue Jan 28, 2019 · 2 comments
Labels
community-supported-plugin denotes requests for plugins that are supported by the community, not by HashiCorp engineers enhancement provisioner/chef remote-plugin/chef

Comments

@curiositycasualty
Copy link

    {
      "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]".

@SwampDragons SwampDragons added enhancement provisioner/chef community-supported-plugin denotes requests for plugins that are supported by the community, not by HashiCorp engineers labels Jan 28, 2019
@ghost ghost closed this as completed Apr 20, 2021
@ghost
Copy link

ghost commented Apr 20, 2021

This issue has been automatically migrated to hashicorp/packer-plugin-chef#9 because it looks like an issue with that plugin. If you believe this is not an issue with the plugin, please reply to hashicorp/packer-plugin-chef#9.

@ghost
Copy link

ghost commented May 21, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked as resolved and limited conversation to collaborators May 21, 2021
This issue was closed.
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
community-supported-plugin denotes requests for plugins that are supported by the community, not by HashiCorp engineers enhancement provisioner/chef remote-plugin/chef
Projects
None yet
Development

No branches or pull requests

3 participants