Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

add the ability for the user to set environment variables when distro… #78

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

k-rister
Copy link
Contributor

… package/group installs are being performed

  • for example:

    { "name": "opensearch", "type": "distro", "distro_info": { "packages": [ "opensearch" ], "environment": { "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "foo" } } }

… package/group installs are being performed

- for example:

  {
    "name": "opensearch",
    "type": "distro",
    "distro_info": {
      "packages": [
        "opensearch"
      ],
      "environment": {
        "OPENSEARCH_INITIAL_ADMIN_PASSWORD": "foo"
      }
    }
  }
@k-rister k-rister added the enhancement New feature or request label Mar 22, 2024
@k-rister k-rister requested a review from a team March 22, 2024 22:08
@k-rister k-rister self-assigned this Mar 22, 2024
@k-rister k-rister merged commit 110081e into master Mar 25, 2024
139 checks passed
@k-rister k-rister deleted the dev-kmr branch March 25, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants