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 support/example for nomad plugins #37

Open
attachmentgenie opened this issue Jan 9, 2021 · 2 comments
Open

add support/example for nomad plugins #37

attachmentgenie opened this issue Jan 9, 2021 · 2 comments

Comments

@attachmentgenie
Copy link
Member

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet:
  • Ruby:
  • Distribution:
  • Module version:

How to reproduce (e.g Puppet code you use)

What are you seeing

What behaviour did you expect instead

Output log

Any additional information you'd like to impart

@maxadamo
Copy link
Sponsor Contributor

this issue is incomplete, and not very clear. What kind of support is needed for the plugins?
Plugins can be configured as a code block in the config_hash.

Probably something like the following:

    ...
      plugin     => [
        docker   => {
          config => {
            allow_privileged => true
          }
        },
        raw_exec => {
          config => {
            enabled => true
          }
        }
      ],
    ...

@attachmentgenie
Copy link
Member Author

so in my mind what we need is 2 fold,

  1. some sort of defined type that can download/install the plugin
  2. an example in the docs that basically show how to enable it in confog

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

No branches or pull requests

2 participants