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 stefan.schu...@taunusstein.net 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

[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

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 a...@adamgibbins.com wrote: On 6 October 2011 18:15, Jeffrey Ollie j...@ocjtech.us 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 really

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

2011-09-28 Thread Jeffrey Ollie
On Wed, Sep 28, 2011 at 9:33 AM, jcbollinger john.bollin...@stjude.org wrote: On Sep 27, 11:13 am, Aaron Grewell aaron.grew...@gmail.com 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...

[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

[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