Re: [Puppet-dev] OT: Puppet Camp Dates

2011-03-13 Thread Luke Kanies
On Mar 13, 2011, at 12:28 PM, Stefan Schulte wrote: > Hi, > > according to several sources (e.g [1] and [2]) Puppet Camp Europe 2011 > will be from April 28 to April 29. > > According to [3] (puppetlabs.com -> Services -> Events -> Puppetcamp) however, > the enddate is April 30. I guess the last

[Puppet-dev] [PATCH/facter 1/1] Fixed #6695 - Updated id fact for Darwin et al

2011-03-13 Thread James Turnbull
Signed-off-by: James Turnbull --- Local-branch: tickets/master/6695 lib/facter/id.rb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/facter/id.rb b/lib/facter/id.rb index c2c3594..f3de1a9 100644 --- a/lib/facter/id.rb +++ b/lib/facter/id.rb @@ -1,5 +1,5 @@ Facter.a

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.6 available!

2011-03-13 Thread Thomas S Hatch
Thanks Nigel, I will get those bugs filed! I still need to hammer on the ruby 1.9 bugs, but we got some taken care of a few days ago. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegrou

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.6 available!

2011-03-13 Thread Nigel Kersten
On Sun, Mar 13, 2011 at 3:07 PM, Thomas S Hatch wrote: > If anyone is interested in whipping up some ruby tests for the provider I > would greatly appreciate it, I am seeing a dramatic increase in Arch Linux > use of puppet, and there are a few areas where Arch Linux support could be > improved,

Re: [Puppet-dev] Debugging Puppet on Windows

2011-03-13 Thread Markus Roberts
J -- On Sun, Mar 13, 2011 at 3:29 PM, Jay Flowers wrote: > Markus, > I found the getting the source page and am trying to follow it. I can > install facter. I get the following error when trying to install puppet: > > C:\Projects\Puppet\puppet>ruby install.rb > Missing ronn; skipping man page

Re: [Puppet-dev] Debugging Puppet on Windows

2011-03-13 Thread Jay Flowers
Markus, I found the getting the source page and am trying to follow it. I can install facter. I get the following error when trying to install puppet: C:\Projects\Puppet\puppet>ruby install.rb Missing ronn; skipping man page creation install.rb:92:in `mkdir': No such file or directory - /etc/pup

Re: [Puppet-dev] Debugging Puppet on Windows

2011-03-13 Thread Markus Roberts
Jay -- I am experiencing this bug: http://projects.puppetlabs.com/issues/6693. > > I would like to work on fixing this. How do I get setup to do this on a > Windows box? I would like to get start trying to fix this, using it as a > way to dive into Puppet development. Is there a wiki page on se

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.6 available!

2011-03-13 Thread Thomas S Hatch
On Thu, Mar 10, 2011 at 3:00 PM, Cody Herriges wrote: > Thomas, > > Curious. Which pacman provider do you recommend? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to puppet-dev@googlegroups.com.

[Puppet-dev] Debugging Puppet on Windows

2011-03-13 Thread Jay Flowers
I am experiencing this bug: http://projects.puppetlabs.com/issues/6693. I would like to work on fixing this. How do I get setup to do this on a Windows box? I would like to get start trying to fix this, using it as a way to dive into Puppet development. Is there a wiki page on setting up a deve

Re: [Puppet-dev] Getting Started - Helping Support MS Windows

2011-03-13 Thread TJ Yang
Hi, Jay I pick and choose your questions that I know how to answer. On Sun, Mar 13, 2011 at 2:19 PM, jflowers wrote: > I am interested in using Puppet.  I work in a mixed environment: *nix, > Windows, and Mac.  The majority of our environment is MS Windows. Same here or Who isn't ? ;) I hope pu

[Puppet-dev] Getting Started - Helping Support MS Windows

2011-03-13 Thread jflowers
I am interested in using Puppet. I work in a mixed environment: *nix, Windows, and Mac. The majority of our environment is MS Windows. I am prepared to jump in an implement missing features, fix bugs, add new features, and generally improve things. I am new to Ruby. I am looking for some advic

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.6 available!

2011-03-13 Thread Cody Herriges
Thomas, Curious. Which pacman provider do you recommend? -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscr.

[Puppet-dev] OT: Puppet Camp Dates

2011-03-13 Thread Stefan Schulte
Hi, according to several sources (e.g [1] and [2]) Puppet Camp Europe 2011 will be from April 28 to April 29. According to [3] (puppetlabs.com -> Services -> Events -> Puppetcamp) however, the enddate is April 30. I guess the last one is incorrect? -Stefan [1] http://puppetcamp-eu-2011.eventbri

[Puppet-dev] [PATCH/puppet 1/1] Fixed #3420 - Nagios "name" attribute does not output correctly

2011-03-13 Thread James Turnbull
Thanks for Jim Pirzyk for the patch Signed-off-by: James Turnbull --- lib/puppet/provider/naginator.rb | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/lib/puppet/provider/naginator.rb b/lib/puppet/provider/naginator.rb index 5c610fb..5dd84cd 100644 --- a/lib/pup