[Puppet-dev] Re: Hiera Merge

2017-08-10 Thread ggun
-service'] } > > ~Reid > > On Wednesday, August 9, 2017 at 6:15:41 AM UTC-7, ggun wrote: >> >> Thanks >> >> On Tuesday, August 8, 2017 at 7:10:13 PM UTC-4, ggun wrote: >>> >>> Hi Experts, >>> >>> I have a requirement as below. >

[Puppet-dev] Puppet Console showing Error

2017-07-11 Thread ggun
hi , I was browsing the puppet console for one of the node and when I clicked on the reports tab I got the error message. Error retrieving node reports: Unexpected end of JSON input Has anyone encountered this issue before on the console? It has happened to just this node. Current Puppet

[Puppet-dev] Hiera Merge

2017-08-08 Thread ggun
Hi Experts, I have a requirement as below. I need to create a Hash from below hiera data. was_data: hs3sourcepath: 'glic.binaries/websphere' hdaresponse_file: /opt/software/WAS8.5.5.10_Install.xml hibmagentpath: /opt/software/agent.installer.linux.gtk.x86_64_1.8.2000.20150303_1526.zip

[Puppet-dev] Re: Hiera Merge

2017-08-09 Thread ggun
Thanks On Tuesday, August 8, 2017 at 7:10:13 PM UTC-4, ggun wrote: > > Hi Experts, > > I have a requirement as below. > I need to create a Hash from below hiera data. > > was_data: > hs3sourcepath: 'glic.binaries/websphere' > hdaresponse_file: /opt/softw

[Puppet-dev] File Management using puppet

2017-05-24 Thread ggun
Hi Experts, I need your help in below requirement. *Requirement* I need to create a file (xxx_logrotate.conf) with content as below /xx/xx/xx.log { weekly

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-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, >> >>

Re: [Puppet-dev] File Management using puppet

2017-05-24 Thread ggun
Thank you. David for immediate reply. Answer - ' I'd switch the title and target of the symlink around' On Wednesday, May 24, 2017 at 10:44:33 AM UTC-4, David Schmitt wrote: > > > > On 24 May 2017 at 15:16, ggun <gaurav...@gmail.com > wrote: > >> Hi Experts, >

[Puppet-dev] System storage management for RHEL 7 or above

2017-05-24 Thread ggun
Hi Experts, Does anyone have puppet module for ssm (for file system or logical volume group management in RHEL 7 and above)? I have seen module for LVM but nothing for RHEL 7 that uses ssm utility. -- You received this message because you are subscribed to the Google Groups "Puppet

Re: [Puppet-dev] Puppet Provider and Type

2017-05-24 Thread ggun
Thank you for quick reply. On Wednesday, May 24, 2017 at 1:52:44 PM UTC-4, Nick Lewis wrote: > > > > On Wed, May 24, 2017 at 10:41 AM ggun <gaurav...@gmail.com > > wrote: > >> Writing puppet provider and type : >> 1. I am trying to write my module with provid

[Puppet-dev] Puppet command execution through ruby

2017-05-24 Thread ggun
Hi Experts, Need your kind help in command to execute in the puppet provider. Below is the code snippet of the puppet provider code. If I run the code with changes as below the *code* runs without any issue *cmd="yes | #{create_ssm} create --fs '#{@resource[:fs_type]}' -p

Re: [Puppet-dev] Puppet command execution through ruby

2017-05-25 Thread ggun
rusing them. But don't know why is it failing On Thursday, May 25, 2017 at 12:17:09 PM UTC-4, Shawn Ferry wrote: > > > On May 24, 2017, at 10:02 PM, ggun <gaurav...@gmail.com > > wrote: > > Hi Experts, > > Need your kind help in command to execute in the puppet pr

Re: [Puppet-dev] Puppet command execution through ruby

2017-05-25 Thread ggun
Yes, I was planning to have a separate type for other ssm commands. But I got stuck with the current problem as I am not able to add any parameter beside existing. On Thursday, May 25, 2017 at 1:44:15 PM UTC-4, Shawn Ferry wrote: > > > On May 25, 2017, at 1:19 PM, ggun <gaurav.

Re: [Puppet-dev] Puppet command execution through ruby

2017-05-25 Thread ggun
you're better off developing with `puppet apply` so the > type code has a shorter lifespan. > > > > On 25 May 2017, at 19:52, ggun <gaurav...@gmail.com > > wrote: > > > > evelop > > Yes, I was planning to have a separate type for other ssm commands. But > I

[Puppet-dev] Complex Hiera Structure need help

2017-08-23 Thread ggun
Hi Experts, I need some help in using the complex hiera designed here. Current puppet version is - 4.7 Use case: Below is the hiera data was_data: was_default_data: hs3sourcepath: 'websphere' hwsgroupgid: '405' hmwuserid: '404' hmwusergrpid: '405' hdaresponse_file: 'xx'