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

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

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

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

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

2017-05-10 Thread gaurav gundal
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