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 -
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
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