Re: [Puppet Users] updating puppet with puppet on windows node (msi)

2013-07-31 Thread Rob Reynolds
The windows package provider doesn't have this information. You could alternatively try the chocolatey package provider. It's available on the forge: http://forge.puppetlabs.com/rismoney/chocolatey -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco -

Re: [Puppet Users] updating puppet with puppet on windows node (msi)

2013-07-04 Thread Dan White
On Linux, you would do this: install.pp: class base_puppet_agent::install { case $::operatingsystem { windows : { package { 'PuppetWindows': name=> 'Puppet', ensure => installed, source => 'puppet:\\\modules\base_puppet_agent\puppet-3

[Puppet Users] updating puppet with puppet on windows node (msi)

2013-07-04 Thread cko
hi, im trying to update the puppet windows agent on my windows server 2008 r2 node. i installed puppet-3.2.2 manually. my goal is to update the puppet agent to puppet-3.2.3-rc1 i tried that with the following manifest: *init.pp:* class base_puppet_agent { include base_puppet_agent::insta