You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Chef guys, this is invalid, you can't declare it as an enum - it needs to be defined as a String, and then value validation later. Discovered with Chef client 12.14.60. When changed to SSL, the error returned is:
TypeError
---------
class or module required
I have more details if required including a full stack trace.
The text was updated successfully, but these errors were encountered:
It seems that there are some syntax issues when declaring attributes in the custom resources. For example:
https://github.com/RiotGamesCookbooks/dirsrv-cookbook/blob/master/resources/agreement.rb#L32
According to the Chef guys, this is invalid, you can't declare it as an enum - it needs to be defined as a String, and then value validation later. Discovered with Chef client 12.14.60. When changed to SSL, the error returned is:
I have more details if required including a full stack trace.
The text was updated successfully, but these errors were encountered: