Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Windows
-
1
-
Windows 2019-02-06
-
Needs Assessment
-
Needs Assessment
Description
Basic Info
Module Version: 3.0.0
Puppet Version: 5.3.3
OS Name/Version: Windows 2012 R2 / RHEL 7.4 masters
Unable to run "puppet generate types" with chocolatey module present.
Desired Behavior:
Being able to generate environment cache
Actual Behavior:
Run "puppet generate types" and get error for chocolateyfeature type.
[root@puppet-test test_puppet_foreman]# puppet generate types --environment test_puppet_foreman
|
Notice: Generating Puppet resource types.
|
...
|
Notice: Generating '/etc/puppetlabs/code/environments/test_puppet_foreman/.resource_types/chocolateyconfig.pp' using 'pcore' format.
|
Error: /etc/puppetlabs/code/environments/test_puppet_foreman/modules/chocolatey/lib/puppet/type/chocolateyfeature.rb: Config file not found for Chocolatey. Please make sure you have Chocolatey installed.
|
Notice: Generating '/etc/puppetlabs/code/environments/test_puppet_foreman/.resource_types/chocolateysource.pp' using 'pcore' format.
|