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 for running Gitlab with puma #338

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

baurmatt
Copy link
Contributor

@baurmatt baurmatt commented Apr 8, 2020

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Fixes #337.

@@ -451,6 +455,7 @@
Optional[Stdlib::Absolutepath] $source_config_file = undef,
Boolean $store_git_keys_in_db = false,
Optional[Hash] $unicorn = undef,
Optional[Hash] $puma = undef,
Copy link
Member

Choose a reason for hiding this comment

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

is there any chance to enforce the datatype for the hash key and value?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really, because we would have to keep up with the changes done in the Omnibus package/Chef cookbook.

@bastelfreak bastelfreak added the needs-feedback Further information is requested label Apr 8, 2020
@bastelfreak bastelfreak removed the needs-feedback Further information is requested label Apr 8, 2020
@bastelfreak bastelfreak merged commit 4a568f0 into voxpupuli:master Apr 8, 2020
@trenta
Copy link

trenta commented Jul 19, 2020

Can a new version be pushed to the forge so we can use this?

@bastelfreak
Copy link
Member

@trenta thanks for the hint, I prepared a new release in #348. just waiting for approval.

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.

Support puma
3 participants