[Puppet Users] Re: executing one liner with puppet

2009-01-26 Thread Robin Lee Powell
On Mon, Jan 26, 2009 at 09:59:18AM -0800, kevin wrote: > > Hi, I need to bulk enable a series of apache modules on > debian/ubuntu. > > on the server itself I would just use this invocation: ( works, > not sure about the style points ) > > perl -e 'print join " ", map { /^(.*?)\.load/ } <*

[Puppet Users] Re: executing one liner with puppet

2009-01-26 Thread elijah wright
You could emulate a2enmod's behavior (hey, it basically just makes a symlink in the proper place...) with a list of resources and then just restart apache. ;-) --elijah On Mon, Jan 26, 2009 at 12:59 PM, kevin wrote: > > Hi, I need to bulk enable a series of apache modules on debian/ubuntu. > >