chocolatey-archive / puppet-chocolatey

Chocolatey package provider
Apache License 2.0
87 stars 135 forks source link

Puppet agent don't apply my own chocolatey module #160

Closed alejandrolidon closed 6 years ago

alejandrolidon commented 6 years ago

I created a module and the init.pp it looks like: class msoffice365 { package { 'office365homepremium' : ensure => installed, provider => 'chocolatey', } it is at .../etc/modules/msoffice365/manifests/ But when i run the puppetagent it recognizes but don't install anything just finish with no errors. There is something that is missing? When i run the debug agent it only mentions the module at: Debug: /Package[office365homepremium]: Provider chocolatey does not support features virtual_packages; not managing attribute allow_virtual.

alejandrolidon commented 6 years ago

It worked changin 'office365homepremium' for 'office365proplus'

ferventcoder commented 6 years ago

I am also hopeful you used puppetlabs/chocolatey as compared to this module