On Thursday, June 26, 2014 1:04:30 PM UTC-4, bobby38 wrote: 
>
>  Hello All,
>  
> I am trying to install jdk package to a different folder rather than the 
> default folder.
> i am trying to install for instance to /operation/tools/jdk-1.7
> is there anyway to do this in puppet?
>  
> Thanks and regards
> Babak 
>
 
may be i can perform this by this.
 

package {
  "mypackage":
        provider => rpm,
        install_options => ['-ivh --prefix=/operation/tools/jdk-1.7],
        ensure => installed,}

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/33e11d23-f73f-4592-aa20-e75850cc9ea0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to