Re: [Puppet Users] Puppet and Ruby 1.9

2012-06-19 Thread Ohad Levy
On Mon, Jun 18, 2012 at 10:27 PM, Kinzel, David david.kin...@encana.comwrote:


 On Mon, Jun 18, 2012 at 10:02:10PM +0300, Ohad Levy wrote:
  On Mon, Jun 18, 2012 at 9:32 PM, Forrie for...@gmail.com wrote:
 
   What is the status of compatibility with Puppet 2.7.16+ and Ruby
   1.9?   I searched through this group and found some older
 posts.  I am
   not certain what the core issues are (and there's probably a
   PuppetLabs page for it, I bet).
  
 
  afair, there is an issue with ssl requests on fedora 17
 which is ruby 1.93.

 The certificate verify issue was just recently fixed in puppet.


Do you know which version of puppet solves the issue?

thanks,
Ohad


 We've had no show-stoppers with an fairly modern puppet 2.7.x and ruby 1.9
 in our environment.

 
  Ohad
 
 


 This email communication and any files transmitted with it may contain
 confidential and or proprietary information and is provided for the use of
 the
 intended recipient only. Any review, retransmission or dissemination of
 this
 information by anyone other than the intended recipient is prohibited. If
 you
 receive this email in error, please contact the sender and delete this
 communication and any copies immediately. Thank you.

 http://www.encana.com

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-users@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



RE: [Puppet Users] Puppet and Ruby 1.9

2012-06-19 Thread Kinzel, David
From: puppet-users@googlegroups.com 
[mailto:puppet-users@googlegroups.com] On Behalf Of Ohad Levy
Sent: Tuesday, June 19, 2012 8:13 AM
To: puppet-users@googlegroups.com
Subject: Re: [Puppet Users] Puppet and Ruby 1.9

Do you know which version of puppet solves the issue?

thanks,
Ohad 


2.7.16 should be good: https://projects.puppetlabs.com/issues/8858


This email communication and any files transmitted with it may contain
confidential and or proprietary information and is provided for the use of the
intended recipient only. Any review, retransmission or dissemination of this
information by anyone other than the intended recipient is prohibited. If you
receive this email in error, please contact the sender and delete this
communication and any copies immediately. Thank you.

http://www.encana.com

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet and Ruby 1.9

2012-06-19 Thread Ohad Levy
On Tue, Jun 19, 2012 at 5:37 PM, Kinzel, David david.kin...@encana.comwrote:

From: puppet-users@googlegroups.com [mailto:
 puppet-users@googlegroups.com] On Behalf Of Ohad Levy
Sent: Tuesday, June 19, 2012 8:13 AM
To: puppet-users@googlegroups.com
Subject: Re: [Puppet Users] Puppet and Ruby 1.9

Do you know which version of puppet solves the issue?

thanks,
Ohad


 2.7.16 should be good: https://projects.puppetlabs.com/issues/8858

 hmm.. it looks like  https://projects.puppetlabs.com/issues/9084 which is
targeted for puppet 3.x

Ohad


 This email communication and any files transmitted with it may contain
 confidential and or proprietary information and is provided for the use of
 the
 intended recipient only. Any review, retransmission or dissemination of
 this
 information by anyone other than the intended recipient is prohibited. If
 you
 receive this email in error, please contact the sender and delete this
 communication and any copies immediately. Thank you.

 http://www.encana.com

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-users@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet and Ruby 1.9

2012-06-19 Thread Nick Fagerlund
The official word from us is documented here: 
http://docs.puppetlabs.com/guides/platforms.html#ruby-versions

Basically: you should try to stick with 1.8.7 through the 2.7 series, but 
3.0 (which is in RC now) and higher will fully and unconditionally support 
1.9.3.

- To my knowledge, the whole 2.7.x series has significant issues under 
1.9.3 -- issues big enough to interfere with important functionality. It 
might work! It won't be surprising if it doesn't. 
- There are some known issues with 3.x and Ruby 1.9.2; it will likely 
mostly work, but we don't do testing on it, since the major distros largely 
skipped 1.9.2. (1.9.1 and 1.9.0 are, of course, right out.)

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/M2H_mjE9ticJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet and Ruby 1.9

2012-06-19 Thread Michael Stahnke
I've used 2.7.13 and higher with Ruby 1.9.3.  The only real problem I
remember having was around reports.  I wasn't doing anything super
complicated though.

Mike

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.




Re: [Puppet Users] Puppet and Ruby 1.9

2012-06-18 Thread Ohad Levy
On Mon, Jun 18, 2012 at 9:32 PM, Forrie for...@gmail.com wrote:

 What is the status of compatibility with Puppet 2.7.16+ and Ruby
 1.9?   I searched through this group and found some older posts.  I am
 not certain what the core issues are (and there's probably a
 PuppetLabs page for it, I bet).


afair, there is an issue with ssl requests on fedora 17 which is ruby 1.93.

Ohad


 Thanks.

 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-users@googlegroups.com.
 To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet and Ruby 1.9

2012-06-18 Thread Stefan Schulte
On Mon, Jun 18, 2012 at 10:02:10PM +0300, Ohad Levy wrote:
 On Mon, Jun 18, 2012 at 9:32 PM, Forrie for...@gmail.com wrote:
 
  What is the status of compatibility with Puppet 2.7.16+ and Ruby
  1.9?   I searched through this group and found some older posts.  I am
  not certain what the core issues are (and there's probably a
  PuppetLabs page for it, I bet).
 
 
 afair, there is an issue with ssl requests on fedora 17 which is ruby 1.93.
 
 Ohad
 

According to redmine there are also a few other issues that might matter
for you:
http://projects.puppetlabs.com/projects/puppet/issues?query_id=107

-Stefan

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



RE: [Puppet Users] Puppet and Ruby 1.9

2012-06-18 Thread Kinzel, David

On Mon, Jun 18, 2012 at 10:02:10PM +0300, Ohad Levy wrote:
 On Mon, Jun 18, 2012 at 9:32 PM, Forrie for...@gmail.com wrote:
 
  What is the status of compatibility with Puppet 2.7.16+ and Ruby
  1.9?   I searched through this group and found some older 
posts.  I am
  not certain what the core issues are (and there's probably a
  PuppetLabs page for it, I bet).
 
 
 afair, there is an issue with ssl requests on fedora 17 
which is ruby 1.93.

The certificate verify issue was just recently fixed in puppet.

We've had no show-stoppers with an fairly modern puppet 2.7.x and ruby 1.9 in 
our environment.

 
 Ohad
 



This email communication and any files transmitted with it may contain
confidential and or proprietary information and is provided for the use of the
intended recipient only. Any review, retransmission or dissemination of this
information by anyone other than the intended recipient is prohibited. If you
receive this email in error, please contact the sender and delete this
communication and any copies immediately. Thank you.

http://www.encana.com

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet and ruby 1.9?

2010-06-07 Thread Patrick Mohr

On Jun 7, 2010, at 10:40 AM, DeRailed wrote:

 Hi,
 
   I am just getting started with puppet. Our stack runs on 1.9 and it
 seems puppet is not quiet there yet.
   I figure I could run puppetmaster on 1.8 but the clients will need
 to install and run 1.9.
 
   Any advise there? or are we doomed for the time being?

I know very little about ruby so I could be wrong, but can't just install both 
versions?

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.