[Puppet Users] JBOSS module installation and Configuration through puppet

2015-10-28 Thread raj kumar`
Hi , first of all thanks to all group members for your valuable comments and suggestions,am big admirer of this group,i have requirement to develop module for JBOSS installation and Configuration through puppet, so i am seeking all your help to get start with this, Thanks, Raj -- You recei

[Puppet Users] puppdb connection refused

2013-11-15 Thread Raj kumar V
Agent fails with the following error. I changed the jetty.ini file to 0.0.0.0 and still the same. I restart puppetdb alone after this...what am i missing? [root@nfaxen-cent1 ~]# puppet agent --test Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400

Re: [Puppet Users] puppdb connection refused

2013-11-15 Thread Raj kumar V
commands would be helpful to see. > > ken. > > On Fri, Nov 15, 2013 at 4:31 PM, Raj kumar V > > > wrote: > > Agent fails with the following error. I changed the jetty.ini file to > > 0.0.0.0 and still the same. I restart puppetdb alone after this...what > am

Re: [Puppet Users] puppdb connection refused

2013-11-16 Thread Raj kumar V
2 things. I dont know which one solved it. I dont know why I have to give the fqdn name in the jetty.ini file for the ssl host I ran the puppetdb ssl from /opt/puppet/sbin/puppetdb-ssl-setup . Dont know why it is in opt dir On Friday, 15 November 2013 22:22:38 UTC+5:30, Ken Barber wrote: > >

[Puppet Users] connection error in console UI

2013-11-16 Thread Raj kumar V
When I click Add Class, I am seeing We found these classes on your system [image: Notice] [image: Failed]Connection error. We could not find classes on your master. Does your puppet master allow querying resource types? Don't see a class? [image: Notice] Type in a class to add What should I fix?

[Puppet Users] add classes returns coonection in console

2013-11-16 Thread Raj kumar V
Problem loading console auth middleware: cannot load such file -- console_auth_middleware Problem with loading console: cannot load such file -- console_middleware Problem with loading console auth: cannot load such file -- console_auth_app_middleware Problem with loading event inspector: cannot

[Puppet Users] Re: Puppet Enterprise Console not accessing the modules

2013-11-18 Thread Raj kumar V
I have the same issue. Got a coonection error in the UI and same message in the logs. I totally rebuilt the puppet server and some how the error went away. But some errors came. Mainly look at the certificate part is working well. On Monday, 18 November 2013 09:39:07 UTC+5:30, Rafael Abdalla wr

[Puppet Users] puppet testing

2013-11-20 Thread Raj kumar V
Hi There, I am kind of lost, understood something wrong. I have written a module. Now how can I test this module? Do I need to copy it to agent or server? Is it possible to test it as a standalone module where I have a machine with puppet agent or server installed? It is a simple module I do

Re: [Puppet Users] puppet testing

2013-11-20 Thread Raj kumar V
you simulate the puppet run only. > > hth, > > Martin > > On 20 Nov 2013, at 11:34, Raj kumar V > > wrote: > > > Hi There, > > > >I am kind of lost, understood something wrong. I have written a > module. Now how can I test this m

[Puppet Users] Could not find parent resource type

2013-11-21 Thread Raj kumar V
I have written a module with a init class. Now I have to pass a dynamic value. so I have created a params class and inherited in the init class and trying to access the value. But puppet says Could not find parent resource type ::params of type hostclass error. Any idea? -- You received th

Re: [Puppet Users] Could not find parent resource type

2013-11-21 Thread Raj kumar V
} What am i missing? On Thursday, 21 November 2013 15:41:49 UTC+5:30, Felix.Frank wrote: > > This looks pretty bad :-) > > Can you paste (excerpts of) your manifest code on pastebin or a similar > service? > > On 11/21/2013 10:11 AM, Raj kumar V wrote: > > I have wr

[Puppet Users] Re: Could not find parent resource type

2013-11-21 Thread Raj kumar V
Still the same error. I have the params in the same init location. http://pastebin.com/nCmcgMi4 look at the pp scripts here On Thursday, 21 November 2013 14:41:01 UTC+5:30, Raj kumar V wrote: > > I have written a module with a init class. Now I have to pass a dynamic > value.

[Puppet Users] Re: Could not find parent resource type

2013-11-21 Thread Raj kumar V
rams could not be found Error: Could not find class site24x7::params for On Thursday, 21 November 2013 14:41:01 UTC+5:30, Raj kumar V wrote: > > I have written a module with a init class. Now I have to pass a dynamic > value. so I have created a params class and inherited in the init

[Puppet Users] Console UI - Add Class - params

2013-11-25 Thread Raj kumar V
Hi 1. I have a params class which holds some dynamic values at run time. But my parameters are populated in the UI when I add the class to a specific node. What are the steps or guidelines to have params autoloaded in the console with the specified variable name? 2. I have built the module u

[Puppet Users] puppet adding class in console

2013-11-26 Thread Raj kumar V
I have written a module and for testing, I have unzipped the tar in /etc/puppetlabs/puppet/modules directory. Now how can I have my class autodetected in the UI? It is not coming if I refresh the add class link. -- You received this message because you are subscribed to the Google Groups "Pupp

[Puppet Users] Duplicate declaration

2013-11-27 Thread Raj kumar V
I have module, for which if I add the class in the UI and run the agent with --test it fails with the following error. But If I just add the include in the init class and run, it works. Any idea? Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration:

[Puppet Users] Re: Duplicate declaration

2013-11-27 Thread Raj kumar V
I read the JCBollingers advice and removed the Class[blah blah] stuff and it worked... On Wednesday, 27 November 2013 15:02:18 UTC+5:30, Raj kumar V wrote: > > I have module, for which if I add the class in the UI and run the agent > with --test it fails with the following error. But

[Puppet Users] File handling

2013-11-27 Thread Raj kumar V
Hi There, I am trying to do the following using puppet 1. Create a dir call mydir 2. Download a file from internet using Exec 3. Change the mode of the file 3. Install it and ensure running and service is enabled. 4. Delete it the installer file. When I do this until 3 rd step I am fine. But

[Puppet Users] Re: connection error in console UI

2014-01-12 Thread Raj kumar V
ld not come up with a clear > solution. > > Werner > > On Saturday, November 16, 2013 6:40:08 AM UTC-5, Raj kumar V wrote: >> >> When I click Add Class, I am seeing >> >> We found these classes on your system [image: Notice] >> [image: Failed]Connection

[Puppet Users] Re: puppet nagios module integration

2014-01-12 Thread Raj kumar V
Hi Paul, Can you be more specific how you are using puppet to install nagios? You mean you are using puppet to install nagios agents in every server? Do you have anything other than in mind that can be automated in nagios using puppet? Thanks Raj On Monday, 30 December 2013 09:52:21 UTC-8,