Does anyone have a module that handles pecl effectively? Thanks much. -Jon. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Jul 8, 7:25 am, Jon Charette <jon.chare...@gmail.com> wrote:> Does anyone have a module that handles pecl effectively? > > Thanks much. > -Jon.Feature request #2926[1] deals with this and has links to some code that may help you. How I have been handling this is to find/create a package using the systems native package management utilities and install them like any other package. This is done because having multiple package handlers (yum, gem, pecl, etc) on one system is an administrative headache. For reference, I am currently doing this with the memcache pecl module in my php::memcached class[2]. [1] - http://projects.puppetlabs.com/issues/2926 [2] - http://forge.puppetlabs.com/ghoneycutt/php -g -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Thu, 8 Jul 2010 10:25:52 -0400 Jon Charette <jon.charette@gmail.com> wrote:> Does anyone have a module that handles pecl effectively?More a side note, but if you happen to be using debian or a derivative, you might want to checkout dh-make-php, and use the dh-make-pecl script to build regular .deb packages you can handle with the "package" type. Marc -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
These are ubuntu. I''ll check out those package now. Thanks much for the pointers! On Thu, Jul 8, 2010 at 5:55 PM, Marc Fournier <marc.fournier@camptocamp.com>wrote:> On Thu, 8 Jul 2010 10:25:52 -0400 > Jon Charette <jon.charette@gmail.com> wrote: > > > Does anyone have a module that handles pecl effectively? > > More a side note, but if you happen to be using debian or a derivative, > you might want to checkout dh-make-php, and use the dh-make-pecl script > to build regular .deb packages you can handle with the "package" type. > > Marc > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.