Hi guys, Currently the windows package provider does not support versions (like ensure => 1.2.3). Even though most packages set a DisplayVersion key in the registry - so the version is often available. Now I need to upgrade my puppet clients from v3.1.1 to v3.2.3-rc1 (to get facts.d support on windows) - and I was wondering if any of you had a suggestion as to how to handle it, until windows package provider supports versions ? I was thinking I''d have to create a fact "puppetclientversion" or something (which I''d need to figure out how to get in ruby) - and then do an exec of msiexec (I can''t use package - since it can only ensure => installed - and it''s already installed). What do you guys do? -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
I use chocolatey provider, but that''s because I wrote it :) Check out chocolatey on github, the provider is on the forge, and see if it meets your needs. Rismoney -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Rob Reynolds
2013-Jul-05 17:19 UTC
Re: [Puppet Users] how do you update packages on windows?
It isn''t perfect, but the next version of chocolatey coming out soon will have more support for puppet built in it. -- Rob Reynolds *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13 On Fri, Jul 5, 2013 at 12:08 PM, Rich Siegel <rismoney@gmail.com> wrote:> I use chocolatey provider, but that''s because I wrote it :) > Check out chocolatey on github, the provider is on the forge, and see if > it meets your needs. > > Rismoney > > -- > 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 puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
David Schmitt
2013-Jul-05 18:51 UTC
Re: [Puppet Users] how do you update packages on windows?
Oh, I''m sooo looking forward to that! Regards, David On 2013-07-05 19:19, Rob Reynolds wrote:> It isn''t perfect, but the next version of chocolatey coming out soon > will have more support for puppet built in it. > > -- > Rob Reynolds > > *Join us at PuppetConf 2013, August 22-23 in San Francisco - * > http://bit.ly/pupconf13 > > > On Fri, Jul 5, 2013 at 12:08 PM, Rich Siegel <rismoney@gmail.com > <mailto:rismoney@gmail.com>> wrote: > > I use chocolatey provider, but that''s because I wrote it :) > Check out chocolatey on github, the provider is on the forge, and > see if it meets your needs. > > Rismoney > > -- > 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 puppet-users+unsubscribe@googlegroups.com > <mailto:puppet-users%2Bunsubscribe@googlegroups.com>. > To post to this group, send email to puppet-users@googlegroups.com > <mailto:puppet-users@googlegroups.com>. > Visit this group at http://groups.google.com/group/puppet-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- > 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 puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users. > For more options, visit https://groups.google.com/groups/opt_out. > >-- 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 puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Reasonably Related Threads
- chocolatey, windows, powershell and fault bucket
- Installing Microsoft Visual Studio 2010 with Puppet?
- "puppet module install simondean/iis" gives error "Error: cert already in hash table"
- How can I read registry values?
- [windows server 2008 r2] puppet errors in 3.3.0 on exchange database servers