Hi Matt,

It installs PHP from source. The required packages are mostly libraries 
(libxml2-dev, libpcre3-dev, etc). Here is the file if it helps to better 
understand my problem:
https://www.assembla.com/code/nooku-server/git/nodes/master/puppet/modules/php/manifests/install.pp

The exec is on line 175.

Gergo Erdosi


On Tuesday, March 12, 2013 11:52:05 AM UTC+1, Matthew Burgess wrote:
>
> On Tue, Mar 12, 2013 at 10:45 AM,  <ge...@timble.net <javascript:>> 
> wrote: 
> > Hi, 
> > 
> > I have an Exec which requires a lot of packages (15-20): 
> > 
> > Exec { 'name': 
> >   ... 
> >   require => [ Package['first'], Package['second'], Package['third'], 
> ... ] 
> > } 
> > 
> > Is there a way to shorten this list and make it easier to read? 
>
> 15-20 packages for one exec statement?  That seems excessive.  What 
> does that exec statement look like, at the moment, the only way I can 
> imagine an exec statement requiring that number of packages is by it 
> being a pipeline of 15 commands, each of which comes from a separate 
> package. 
>
> Ta, 
>
> Matt. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to