-
-
Notifications
You must be signed in to change notification settings - Fork 164
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 letsencrypt section to gitlab.rb #200
Conversation
manifests/init.pp
Outdated
| @@ -374,6 +378,7 @@ | |||
| $gitlab_rails = undef, | |||
| $high_availability = undef, | |||
| $logging = undef, | |||
| $letsencrypt = undef, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a datatype for the new parameter. We try to use them for all new params.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point. Will do.
|
Hi @costela, thanks for the PR! Can you nevertheless add a unit test that verifies the content of the file? |
|
@bastelfreak will do! 👍 |
|
@bastelfreak done and done! :) |
|
Thanks! |
This small PR should be all that's needed to add basic support for the new (gitlab >= 10.5) letsencrypt support.
Please note spec tests are missing, since none of the other hash-based settings seem to have them either.
fixes #199