Quoting Trevor Hemsley <[email protected]>:
When I look in my /usr/bin/pecl file I see that it is a 4 line shell script and one of the parameters there sets the memory_limit. Did you try hacking that?
I can see where in that file I could put the options, however the whole point of us using puppet is that we don't have to modify files or repackage software... :( The current systems are built by downloading the source from php.net and compiling by hand, then installing any pecl libraries that are required by hand. It can take us up to 6 hours to build a webserver this way! I guess that if push comes to shove I could create a manifest that pushes out a new copy of /usr/bin/pecl to the relevant place, but that's really not a "clean" solution as far as I'm concerned! Thanks for the heads up on the file though, Matt -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
