-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Error while installing mariadb repository under Chef 13 #245
Comments
1 task
sinfomicien
added a commit
that referenced
this issue
Apr 2, 2019
sinfomicien
added a commit
that referenced
this issue
Apr 3, 2019
sinfomicien
added a commit
that referenced
this issue
Apr 4, 2019
sinfomicien
added a commit
that referenced
this issue
Apr 10, 2019
sinfomicien
added a commit
that referenced
this issue
Apr 10, 2019
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cookbook version
2.1.0
Chef-client version
13.9.1
Platform Details
Debian 9
Scenario:
I try to configure a mariadb galera cluster (migration from old 1.x version of the cookbook)
Steps to Reproduce:
install a mariadb server with the resource:
on a Debian 9 OS with chef 13.x
Expected Result:
the repository to be installed
Actual Result:
I know that we support only chef >= 14, but as the fix is easy, i propose it to manage chef 13.
The error is:
Proposed Solution:
rename the property apt_repository used in "repository" resource, to apt_repository_uri. In this case the property won't have the same name as the apt resource, and it works like a charm. Will submit a PR.
I won't add any new tests, as chef 13 will remain unsupported.
The text was updated successfully, but these errors were encountered: