I started using chocolatey today and when trying to install an app 
(Teamspeak3 in this case), I got the following error:

Info: Applying configuration version '1379384597'
Warning: Puppet::Type::Package::ProviderChocolatey: Failed to match line ==no 
version
Warning: Puppet::Type::Package::ProviderChocolatey: Failed to match line ==no 
version
Notice: /Stage[main]/Gaming_desktop::Applications/Package[Teamspeak3]/ensure: 
created
Notice: Finished catalog run in 6.96 seconds
Press any key to continue . . .

I ran it again, same exact error.

The config for it was:

  package { 'Teamspeak3' :
    ensure          => installed,
    provider        => 'chocolatey',
    install_options => 'latest',
  }

I noticed when I changed it to:

  package { 'Teamspeak3' :
    ensure          => installed,
    provider        => 'chocolatey',
  }

It gave me the same error found here:

Warning: Puppet::Type::Package::ProviderChocolatey: Failed to match line ==no 
version
Warning: Puppet::Type::Package::ProviderChocolatey: Failed to match line ==no 
version

But it actually stared downloading the software rather than saying it installed 
(which it hadn't previously).

Am I using 'latest' incorrectly, or is something else going on here?

Thanks,

Nate


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to