Closed ryutaro-brainlabs closed 4 years ago
I can also confirm this as well.
I also get the same undefined method 'mysql_service'
error running the latest version of chef on Ubuntu 18.04. I had to downgrade chef to get this to work.
I had to downgrade chef to get this to work.
@teliov to which version exactly? ~I've tried 16.4.41 and 15.13.8-1 and got no luck... and 14's reached EOL in April 2020.~
EDIT: I confirm that with Chef-client 16.4.41
and 15.13.8-1
using cookbook version 8.7.3
the problem is no longer present.
@ryutaro-brainlabs @teliov can you please confirm that what @axl89 mentioned above?
@ryutaro-brainlabs @teliov can you please confirm that what @axl89 mentioned above?
I am covering Ryutaro while he's on sabbatical, unfortunately we are still seeing this error using chef 16.4.4
tell a lie, I was too impatient allowing the dependencies to update... all working now 👍
:ghost: Brief Description
I try to use the mysql_service method and get a NoMethodError. This started happening from version 16.2 of chef infra client and was fine up to version 16.1.
It's possibly related to this breaking change in chef infra client https://docs.chef.io/release_notes/#whats-new-in-162
:pancakes: Cookbook version
8.5.1
:woman_cook: Chef-Infra Version
16.2.44
:tophat: Platform details
ubuntu-1604
Steps To Reproduce
Steps to reproduce the behavior:
In .kitchen.yml
followed by a test suite.
Add this to a recipe and
kitchen converge
:police_car: Expected behavior
Converge successfully.
:heavy_plus_sign: Additional context
Log from trying to converge.