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
Manually installing the module on a node and doing a puppet apply correctly finds the type and makes the necessary changes, however when doing a puppet agent run and downloading the module from the master, it gets the error "Unknown Resource Type". However, once the winrmssl.rb file is located on the node, puppet apply also works regardless of if the module is installed or not.
I've diff'd the winrmSSL.rb file and it matches on both machines, as well as re-downloading the module on the master. This issue is occurring on a Server 2012 R2 distro. I verified that facter osfamily returns windows as well, in case the confine was causing any issues.
Manually installing the module on a node and doing a puppet apply correctly finds the type and makes the necessary changes, however when doing a puppet agent run and downloading the module from the master, it gets the error "Unknown Resource Type". However, once the winrmssl.rb file is located on the node, puppet apply also works regardless of if the module is installed or not.
I've diff'd the winrmSSL.rb file and it matches on both machines, as well as re-downloading the module on the master. This issue is occurring on a Server 2012 R2 distro. I verified that facter osfamily returns windows as well, in case the confine was causing any issues.
Gist from the puppet agent -t run:
https://gist.github.com/anonymous/474da12f37e7ffee425819c7051c442e
Gist from the puppet apply run:
https://gist.github.com/anonymous/95101e2b8f68483b52580b6035bc753f
The text was updated successfully, but these errors were encountered: