Re: [Puppet-dev] Tests Can't Start on Windows

2011-03-21 Thread Matt Robinson
I've updated the tickets with some suggestions. Thanks for the interest in Puppet on Windows and good luck. On Sat, Mar 19, 2011 at 7:25 AM, Jay Flowers wrote: > Anyone have any guidance for how I could go about solving these issues? > > https://projects.puppetlabs.com/issues/6779 > https://proj

Re: [Puppet-dev] Agent side reporting

2011-03-21 Thread Luke Kanies
On Mar 21, 2011, at 1:55 PM, R.I.Pienaar wrote: > hello, > > In the absence of http://projects.puppetlabs.com/issues/show/4339 is there > any way we can hook into the reporting process on the agent side? I don't > have a central node as such so sending reports is pointless but I want to get >

Re: [Puppet-dev] Certificate Rest api

2011-03-21 Thread Luke Kanies
On Mar 16, 2011, at 10:17 PM, Corey Osman wrote: > I see this proposed documentation. What version is this implemented > in. > > https://projects.puppetlabs.com/projects/puppet/wiki/Certificate_Authority_Rest_API > > > I would like to be able to get a list of the hosts with signed > certificat

Re: [Puppet-dev] RFC: Splitting up the file{} type functionality.

2011-03-21 Thread James Turnbull
Nigel Kersten wrote: The file{} type can do all of the following: * manage single files * manage directories * manage symlinks * manage recursive file copies The intersection of all these bits of functionality makes it difficult to understand exactly what is going on when you're new to Puppet,

Re: [Puppet-dev] RFC: Splitting up the file{} type functionality.

2011-03-21 Thread Markus Roberts
> I thing that recursive copies are the type that fits worst into the current > code; I suggest we move that out and then wait and see if symlinks should > follow or not. > The match with symlinks qua symlinks is pretty hideous as well. It just looks a little less lumpy because it's been hammered

Re: [Puppet-dev] RFC: Splitting up the file{} type functionality.

2011-03-21 Thread Daniel Pittman
I thing that recursive copies are the type that fits worst into the current code; I suggest we move that out and then wait and see if symlinks should follow or not. Regards, Daniel -- Puppet Labs Developer –http://puppetlabs.com Daniel Pittman Contact me via gtalk, email, or phone: +1 (877)

[Puppet-dev] RFC: Splitting up the file{} type functionality.

2011-03-21 Thread Nigel Kersten
The file{} type can do all of the following: * manage single files * manage directories * manage symlinks * manage recursive file copies The intersection of all these bits of functionality makes it difficult to understand exactly what is going on when you're new to Puppet, and even experienced us

[Puppet-dev] Re: [Puppet Users] ANNOUNCE: Facter 1.5.9rc4

2011-03-21 Thread Todd Zullinger
Jacob Helwig wrote: > Facter 1.5.9rc4 is a maintenance release containing fixes and updates. For those using Fedora or RHEL/CentOS, I've updated the yum repos at: http://tmz.fedorapeople.org/repo/puppet/ Packages for EL 4 - 6 and Fedora 13 - 15 are available for testing. Add the puppet.repo

Re: [Puppet-dev] (#5660) Puppet should handle port entries in /etc/services with a native type

2011-03-21 Thread Jacob Helwig
On Fri, 24 Dec 2010 01:04:12 +0100, Stefan Schulte wrote: > > I talked about a resourcetype for /etc/services on the list and a > resourcetype with name and protoco as a composite key seems be be the > best way to implement it. This patch requires: > > #5605 > #5661 > #5662 > > I have no idea if

[Puppet-dev] Agent side reporting

2011-03-21 Thread R.I.Pienaar
hello, In the absence of http://projects.puppetlabs.com/issues/show/4339 is there any way we can hook into the reporting process on the agent side? I don't have a central node as such so sending reports is pointless but I want to get hold of the data on the nodes. Any ideas? -- R.I.Pienaar

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

2011-03-21 Thread TJ Yang
On Mon, Mar 21, 2011 at 11:29 AM, Todd Zullinger wrote: > Hi TJ, > > TJ Yang wrote: >> I am not familiar with yum. Would you mind provide a simple >> instruction to enable yum to install your test package ? > > You must enable the updates-testing repo on Fedora (or epel-testing on > RHEL/CentOS).

[Puppet-dev] ANNOUNCE: Facter 1.5.9rc4

2011-03-21 Thread Jacob Helwig
Facter 1.5.9rc4 is a maintenance release containing fixes and updates. rc4 addresses some issues that were disovered with rc2. Specifically, it addresses using the wrong path to the arp executable on CentOS & RHEL (Bug #6763), as well as some spurrious output in the xendomains fact when xend is n

[Puppet-dev] [PATCH/facter 1/1] (#6795) Update tests to reflect changed exec

2011-03-21 Thread Jacob Helwig
Signed-off-by: Jacob Helwig --- This just updates the tests to reflect Todd Zullinger's fix for #6795. spec/unit/util/xendomains_spec.rb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/util/xendomains_spec.rb b/spec/unit/util/xendomains_spec.rb index dc7e

Re: [Puppet-dev] [PATCH/facter] (#6795) xendomains: Ignore error output from xm list

2011-03-21 Thread Jacob Helwig
On Mon, 21 Mar 2011 11:15:24 -0700, Markus Roberts wrote: > > On Mon, Mar 21, 2011 at 8:23 AM, Todd Zullinger wrote: > > > If xend is not running, xm list writes to stderr and facter propagates > > this to the user. Redirect stderr to /dev/null. > > --- > > lib/facter/util/xendomains.rb |2

Re: [Puppet-dev] [PATCH/facter] (#6795) xendomains: Ignore error output from xm list

2011-03-21 Thread Markus Roberts
On Mon, Mar 21, 2011 at 8:23 AM, Todd Zullinger wrote: > If xend is not running, xm list writes to stderr and facter propagates > this to the user. Redirect stderr to /dev/null. > --- > lib/facter/util/xendomains.rb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/

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

2011-03-21 Thread Todd Zullinger
Hi TJ, TJ Yang wrote: > I am not familiar with yum. Would you mind provide a simple > instruction to enable yum to install your test package ? You must enable the updates-testing repo on Fedora (or epel-testing on RHEL/CentOS). yum --enablerepo updates-testing install puppet -- Todd

[Puppet-dev] [PATCH/facter] (#6795) xendomains: Ignore error output from xm list

2011-03-21 Thread Todd Zullinger
If xend is not running, xm list writes to stderr and facter propagates this to the user. Redirect stderr to /dev/null. --- lib/facter/util/xendomains.rb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/facter/util/xendomains.rb b/lib/facter/util/xendomains.rb index 4f

Re: [Puppet-dev] [PATCH/puppet 23/23] (#4258) Bug fix: populating instances for aliases

2011-03-21 Thread Dominic Cleal
On 21/03/11 09:08, Dominic Cleal wrote: > Hi Juerg, > > On 21/03/11 03:54, Juerg Walz wrote: >> >> Signed-off-by: Juerg Walz >> --- >> Local-branch: tickets/master/4258-dev >> lib/puppet/provider/package/pkgutil.rb |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a

Re: [Puppet-dev] [PATCH/puppet 1/1] (#2728) Add diff output for changes made by Augeas provider

2011-03-21 Thread Dominic Cleal
On 21/03/11 04:00, Michael Knox wrote: > On 21/03/11 2:22 PM, Daniel Pittman wrote: >> On Sun, Mar 20, 2011 at 15:31, Michael >> Knox wrote: >>> On 21/03/11 5:56 AM, Daniel Pittman wrote: >>> Am I correct in understanding that we are writing a temporary copy >>> for the >>> diff, then rewriting th

Re: [Puppet-dev] [PATCH/puppet 23/23] (#4258) Bug fix: populating instances for aliases

2011-03-21 Thread Dominic Cleal
Hi Juerg, On 21/03/11 03:54, Juerg Walz wrote: > > Signed-off-by: Juerg Walz > --- > Local-branch: tickets/master/4258-dev > lib/puppet/provider/package/pkgutil.rb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/puppet/provider/package/pkgutil.rb > b/lib/pup