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
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
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
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
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
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:
>
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
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.
>>
>>