search for: install_notepadplusplus

Displaying 1 result from an estimated 1 matches for "install_notepadplusplus".

2013 Mar 20
2
Still problem using Chocolatey provider on Windows
As some before me on the group, I have a problem getting the Chocolatey provider to work on Windows. I downloaded it from Github and placed it in /etc/puppetlabs/puppet/modules/chocolatey. (I am running Puppet Enterprise 2.7.19). On a Windows 8 client, I have a very simple manifest: class install_notepadplusplus { if $::osfamily == ''windows { $pkg = ''notepadplusplus'' package { $pkg: ensure => installed, provider => ''chocolatey'', } } } When I run the agent on the client, I get err: Failed to apply catalog: Parameter provid...