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 letsencrypt section to gitlab.rb #200

Merged
merged 1 commit into from
Mar 1, 2018
Merged

Conversation

costela
Copy link
Contributor

@costela costela commented Feb 26, 2018

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

@@ -374,6 +378,7 @@
$gitlab_rails = undef,
$high_availability = undef,
$logging = undef,
$letsencrypt = undef,
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. Will do.

@bastelfreak bastelfreak added the enhancement New feature or request label Feb 27, 2018
@bastelfreak
Copy link
Member

Hi @costela, thanks for the PR! Can you nevertheless add a unit test that verifies the content of the file?

@costela
Copy link
Contributor Author

costela commented Feb 27, 2018

@bastelfreak will do! 👍

@costela
Copy link
Contributor Author

costela commented Mar 1, 2018

@bastelfreak done and done! :)

@bastelfreak
Copy link
Member

Thanks!

@bastelfreak bastelfreak merged commit e9d8d28 into voxpupuli:master Mar 1, 2018
guikcd added a commit to Oxalide/puppet-gitlab that referenced this pull request Apr 30, 2018
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
None yet
Development

Successfully merging this pull request may close these issues.

add support for letsencrypt options
2 participants