Re: [Puppet Users] Cannot update Puppet 3.7.5 to 3.8.1 on Windows

2015-07-24 Thread Rob Reynolds
On Fri, Jul 17, 2015 at 5:30 PM, Rob Reynolds wrote: > The ruby executable locking was likely exasperated by the wrong version of > ruby in 3.7.5 - we've yanked the 3.7.5 release[1] based on what we've > discovered this afternoon. > > [1] > https://groups.google.com/forum/#!msg/puppet-dev/VtqadVF

Re: [Puppet Users] Cannot update Puppet 3.7.5 to 3.8.1 on Windows

2015-07-17 Thread Rob Reynolds
The ruby executable locking was likely exasperated by the wrong version of ruby in 3.7.5 - we've yanked the 3.7.5 release[1] based on what we've discovered this afternoon. [1] https://groups.google.com/forum/#!msg/puppet-dev/VtqadVFJKLM/e28O_so11fMJ

[Puppet Users] Cannot update Puppet 3.7.5 to 3.8.1 on Windows

2015-07-17 Thread cko
Hi all, updating Puppet from 3.7.5 to 3.8.1 fails on all my Windows Server 2008R2 nodes. I'm using the following code (puppet.pp): *package { 'Puppet':* * ensure => "3.8.1",* * source => "puppet\\puppetsamba\\puppet_agent\\windows\\puppet-3.8.1.msi",* * provider