Re: [Puppet Users] Extending Puppet for network device management

2013-06-08 Thread badgerea
> Is there any developer guide or something similar which I can follow to > know internal working of puppet in detail? so that I can go to right places > and test/add modules. > Any material in this direction will be very helpful to me. > Vatsa, There are a couple of puppetlabs documents on

[Puppet Users] Re: Trouble getting puppet config from client to master (Certificate verify failed).

2013-06-08 Thread badgerea
> Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server > certificate B: certificate verify failed: [certificate revoked for /CN= > masterdns.peoplebrowsr.com] > It looks like your puppetmaster's cert has been revoked (not the client's). I think it may be necessary to blow away your

[Puppet Users] Re: ERB Template Newb Question

2013-07-13 Thread badgerea
Could you show the puppet code that sets '$rabbitmq_port' and '$rabbitmq_address' ? I'd recommend dropping a line like this in your template: *NODE_PORT=<%= @rabbitmq_port.inspect %>* (If you see 'nil', the variable either hasn't been set or has been set to 'undef'). Eric -- You received t