criteo-cookbooks / winrm-config

Windows Remoting Server
Apache License 2.0
5 stars 2 forks source link

Make LWRPs compatible with Chef13 #18

Open Annih opened 5 years ago

Annih commented 5 years ago

Since Chef 13 there is no more module constants for LWRPs. We need to use ::Chef::Resource.resource_for_node.

Fix #13