Closed EugenMayer closed 3 years ago
By doing this:
default["openvpn"]["key"] = {
"country" => "US",
"province" => "CA",
"city" => "SanFrancisco",
"org" => "Fort-Funston",
"email" => "me@example.com"
}
You're removing other attributes that are needed (see here)
Instead you should do something like the following:
default["openvpn"]["key"]["country"] = "US"
For each of the items you want to override.
Oh goodness sorry. Sorry for wasting your time on that. Thank you for helping, worked right away
:ghost: Brief Description
When converging (in kitchen) it fails to generate the DH
:pancakes: Cookbook version
Current 5.3.2
:woman_cook: Chef-Infra Version
chef 17
:tophat: Platform details
Debian bullseye (dokken
dokken/debian-11
)Steps To Reproduce
Wrapper cookbook
attributes
recipe/default.rb