Skip to content

Fix gitlab_omnibus_service provider on Chef 13(.8.5)

We encountered an issue with the gitlab_omnibus_service provider while updating our cookbook for Chef 13. Converging fails with the error Cannot find a provider for gitlab_omnibus_service[gitlab]. Calling provides fixes the issue.

Merge request reports