[Puppet Users] Mongrel 2 as a front end for Puppet?

2011-09-09 Thread Jeffrey Ollie
Has anyone looked at using Mongrel 2 (http://mongrel2.org/) as a front end for Puppet? I currently have my Puppet master running under Passenger but I'm always curious about the new kid on the block. What intrigues me about Mongrel 2 is that it uses ZeroMQ to separate the front end from the back

[Puppet Users] CPAN package provider?

2011-09-27 Thread Jeffrey Ollie
Google searches don't turn up anything very promising in terms of a Puppet CPAN package provider. What are people using to manage Perl modules installed through CPAN? -- Jeff Ollie -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to th

Re: [Puppet Users] Re: CPAN package provider?

2011-09-28 Thread Jeffrey Ollie
On Wed, Sep 28, 2011 at 9:33 AM, jcbollinger wrote: > > On Sep 27, 11:13 am, Aaron Grewell wrote: >> We're not using CPAN.  Modules are installed as RPMs in our environment. > > As it should be on an RPM-based distro. Yes, I wish it could be so... Unfortunately the one system that I need this f

[Puppet Users] Feature 4815: Allow Mount to create a mount point and set the under lying permission?

2011-10-06 Thread Jeffrey Ollie
Having this feature would be very useful to me... Other than doing the work myself, is there any hope of getting this any time soon? -- Jeff Ollie -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-use

Re: [Puppet Users] Feature 4815: Allow Mount to create a mount point and set the under lying permission?

2011-10-06 Thread Jeffrey Ollie
On Thu, Oct 6, 2011 at 12:17 PM, Adam Gibbins wrote: > On 6 October 2011 18:15, Jeffrey Ollie wrote: >> >> Having this feature would be very useful to me...  Other than doing >> the work myself, is there any hope of getting this any time soon? > > This doesn't re

Re: [Puppet Users] Feature 4815: Allow Mount to create a mount point and set the under lying permission?

2011-10-07 Thread Jeffrey Ollie
On Thu, Oct 6, 2011 at 11:22 PM, Stefan Schulte wrote: > > You could create the mountpoint with an exec resource. Like > >    define mymount (.) { >      exec { "create_${name}": >        command => "/bin/mkdir -m 0755 ${name}", >        creates => $name, >      } >      mount { $name: >      

Re: [Puppet Users] Announce: Puppet 2.7.8rc1 available

2011-12-01 Thread Jeffrey Ollie
On Wed, Nov 30, 2011 at 8:30 PM, Michael Stahnke wrote: > Puppet 2.7.8rc1 is available. 2.7.8rc1 contains everything that was > being previewed in the 2.7.7rc series as well as some new content. > > Key highlight in this release (beyond items from 2.7.7rc series) are: >   *  Allow providers to be

Re: [Puppet Users] Announce: Puppet 2.7.8rc1 available

2011-12-01 Thread Jeffrey Ollie
On Thu, Dec 1, 2011 at 10:39 AM, Jeffrey Ollie wrote: > On Wed, Nov 30, 2011 at 8:30 PM, Michael Stahnke > wrote: >> Puppet 2.7.8rc1 is available. 2.7.8rc1 contains everything that was >> being previewed in the 2.7.7rc series as well as some new content. >> >>