Hi Puppet Masters,
I've a small problem that would like to solve in a somehow elegant
way.
I need to install the oci8 module for php without using a pre-made
package.
The operation involves installing the Oracle client (already done via
Puppet), setting Oracle environments (already done via Puppet),
installing various php modules and components (done) and executing a
command that promtps the user for some data (more precisely the
command "pecl install oci8" and then, when prompted, the user has to
type something like "instantclient,/opt/instantclient_11_2".

Now, please, don't tell me that I should make a php-oci8 package and
distribute it, I know that.

Sadly I haven't found a way to provide what is prompted as an argument
to the pecl command and I don't know how to automate the user input
this without some "expect" madness (any usable alternative to automate
the reply to a single prompt?).

So, since this is an operation that has to be done only on the setup
phase on few servers, for me is Ok to leave this step to manual
intervention, BUT still I want Puppet to notify (and keep on notyfing)
the user unless it finds oci8 ("unless  => "pecl info oci8").
I've tried with functions like warning or err but I haven't managed to
show their message on the puppet client and inside a resource (in this
case I was considering a sort of "fake exec", so that I could use the
mentioned uness parameter to check for the extension existence and
show the message only when necessary).

So, just to be clear.
I would like to know, in order of preference:
- How to automate in a sane way via pecl the oci8 installation
withouth using a package
- Or how to show a warning message explaining how to do that manually
when the module is not installed.

I have the feeling that the answer to the second question is somehow
trivial, but somehow not enought for me.
Oh, by the way, Puppetmaster is still 0.25

Any help appreciated. Final outcome will be made public on
example42.com as (almost) usual.

Al

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

Reply via email to