On Thursday, March 14, 2013 1:20:39 PM UTC-5, ridha gadhgadhi wrote: > > Hi all, > > I want to install opensaf from a tar file. Below, the content of my script > shell: > > --------------------------------------------------------------------------- > tar -xvf opensaf > cd opensaf > ./configure --disable-tipc > make > make install > > ---------------------------------------------------------------------------- > > Any help will be much appreciated ! > > You have 2 options. You can put what you did above in a shell script, and thenuse a file to push the tarball and the shell script, then exec to run the script.
The BETTER option is to use fom or whatever and build a package (rpm, deb, whatever) and then install that using a package resource from a local repo. > Regards, > > --Ridha > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
