Re: [Puppet-dev] Need help installing .bin rpm file using puppet

2017-05-24 Thread ggun
FYI : McAfee Database Sensor comes as a rpm.bin

On Wednesday, May 24, 2017 at 10:04:49 AM UTC-4, ggun wrote:
>
> Thank you. I will extract and use the extracted rpm .
>
> On Wednesday, May 17, 2017 at 7:31:39 AM UTC-4, David Schmitt wrote:
>>
>> Hi Gaurav,
>>
>> what are rpm.bin files? I've never heard of that before.
>>
>> The first hit on google is a description of weird JDK packaging from 
>> Oracle, where rpm.bin files are actually self-extracting shell scripts to 
>> do their wretched license dance. If that is your use-case, I would run this 
>> manually once on a scratch machine, capture the extracted RPM and use that 
>> going forward.
>>
>>
>> Cheers, David
>>
>> On 10 May 2017 at 04:12, gaurav gundal  wrote:
>>
>>> Hi ,
>>>
>>> I am trying to manage the rpm.bin using puppet. I want to install the 
>>> x.rpm.bin on the RHEL 7 using puppet, but puppet package cannot be used to 
>>> install the .bin package directly.
>>> I have the file local on the server and I don't want to use and exec 
>>> puppet resource to unpack bin and then use package.
>>> Is there any module to unpack the bin file so that I can then use the 
>>> unpacked bin rpm as a pacakge.
>>>
>>> Thank you!
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Puppet Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to puppet-dev+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/puppet-dev/fe267403-2f1c-4d8a-b0e9-7bbbc406bd5c%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/2a3ae420-ff5f-4ed6-9fea-b6d0220181e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet-dev] Need help installing .bin rpm file using puppet

2017-05-24 Thread ggun
Thank you. I will extract and use the extracted rpm .

On Wednesday, May 17, 2017 at 7:31:39 AM UTC-4, David Schmitt wrote:
>
> Hi Gaurav,
>
> what are rpm.bin files? I've never heard of that before.
>
> The first hit on google is a description of weird JDK packaging from 
> Oracle, where rpm.bin files are actually self-extracting shell scripts to 
> do their wretched license dance. If that is your use-case, I would run this 
> manually once on a scratch machine, capture the extracted RPM and use that 
> going forward.
>
>
> Cheers, David
>
> On 10 May 2017 at 04:12, gaurav gundal  
> wrote:
>
>> Hi ,
>>
>> I am trying to manage the rpm.bin using puppet. I want to install the 
>> x.rpm.bin on the RHEL 7 using puppet, but puppet package cannot be used to 
>> install the .bin package directly.
>> I have the file local on the server and I don't want to use and exec 
>> puppet resource to unpack bin and then use package.
>> Is there any module to unpack the bin file so that I can then use the 
>> unpacked bin rpm as a pacakge.
>>
>> Thank you!
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Puppet Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to puppet-dev+...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/puppet-dev/fe267403-2f1c-4d8a-b0e9-7bbbc406bd5c%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/5e5116e9-93fa-4cef-ac80-165e0ca4f531%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet-dev] Need help installing .bin rpm file using puppet

2017-05-17 Thread David Schmitt
Hi Gaurav,

what are rpm.bin files? I've never heard of that before.

The first hit on google is a description of weird JDK packaging from
Oracle, where rpm.bin files are actually self-extracting shell scripts to
do their wretched license dance. If that is your use-case, I would run this
manually once on a scratch machine, capture the extracted RPM and use that
going forward.


Cheers, David

On 10 May 2017 at 04:12, gaurav gundal  wrote:

> Hi ,
>
> I am trying to manage the rpm.bin using puppet. I want to install the
> x.rpm.bin on the RHEL 7 using puppet, but puppet package cannot be used to
> install the .bin package directly.
> I have the file local on the server and I don't want to use and exec
> puppet resource to unpack bin and then use package.
> Is there any module to unpack the bin file so that I can then use the
> unpacked bin rpm as a pacakge.
>
> Thank you!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/puppet-dev/fe267403-2f1c-4d8a-b0e9-7bbbc406bd5c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/CALF7fHY92HR3nwgqFjipHZ%3DKrEVMbOi6eboLiDmsH9xbK_2t%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet-dev] Need help installing .bin rpm file using puppet

2017-05-10 Thread Shawn Ferry

> On May 9, 2017, at 23:12, gaurav gundal  wrote:
> 
> Hi ,
> 
> I am trying to manage the rpm.bin using puppet. I want to install the 
> x.rpm.bin on the RHEL 7 using puppet, but puppet package cannot be used to 
> install the .bin package directly.
> I have the file local on the server and I don't want to use and exec puppet 
> resource to unpack bin and then use package.
> Is there any module to unpack the bin file so that I can then use the 
> unpacked bin rpm as a pacakge.

Does puppet-archive support that? If not, maybe something else on the forge.

> 
> Thank you!
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to puppet-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/puppet-dev/fe267403-2f1c-4d8a-b0e9-7bbbc406bd5c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/1F05365B-0DA9-4617-B7C6-BE55C057CD85%40oracle.com.
For more options, visit https://groups.google.com/d/optout.