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

Allow strings into ssl cert fields #405

Open
Ultimation opened this issue Nov 20, 2018 · 0 comments
Open

Allow strings into ssl cert fields #405

Ultimation opened this issue Nov 20, 2018 · 0 comments

Comments

@Ultimation
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 4.5.2
  • Ruby:
  • Distribution: Centos 7.5
  • Module version: puppet-rundeck (5.4.0)

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

Provide string argument into ssl_certfile or ssl_keyfile

What are you seeing

Fails due it not being a file path

What behaviour did you expect instead

It to use the string provided instead of requiring the file to be present on the machine

Output log

Any additional information you'd like to impart

We store our private keys in hiera-eyaml, and would rather pass it into this module through that than create a file with it on the machine, and then pass that path into this module.

Alternatively, make these not fail the puppet run if not present.

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

1 participant