On Thu, Jun 25, 2009 at 4:36 PM, Neil K<sate...@gmail.com> wrote:
>
> Thank you for your replies. As I said I am pretty new to this puppet
> language. Could any one please point how to do a sample package
> install which includes a ./configure, make, make install inside a
> package directory?
>
> Thanks again for our helps.
>
Wrong place to do this, you do not use puppet to create a package. you
sue puppet to install the package. The distribution you are using will
dictate how to create packages. The ./configure, make, make install
plus anything else needed for your particular package format would be
done by you to create the application package.  The package would then
be setup in a local repository and now puppet uses the appropraite
package manager to install you custom package.

what distribution are you using?

Evan

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to