[Puppet Users] Re: rdoc escaping help

2012-12-29 Thread Peter Bauer
+1 also happens for digits and <,> characters. Am Freitag, 13. April 2012 16:16:36 UTC+2 schrieb olli...@googlemail.com: > > Hello, > > Trying to be a good boy and put rdoc headers in my classes. > > I am trying to put some scoped variables into the output i.e. > > # [*myclass::params::server*

[Puppet Users] how to make changes to the network configuration without connection errors?

2013-01-21 Thread Peter Bauer
hi, i am very happy with a network configuration module so far, but there is one thing left i can not find a solution for: if i change the network configuration e.g. from a single interface to a bonding interface using puppet (basically if-down and if-ups), the next steps in the run of the agen

[Puppet Users] Re: how to make changes to the network configuration without connection errors?

2013-01-22 Thread Peter Bauer
ame stage. g, Peter Am Montag, 21. Januar 2013 20:53:43 UTC+1 schrieb Peter Bauer: > > hi, > > i am very happy with a network configuration module so far, but there is > one thing left i can not find a solution for: > if i change the network configuration e.g. from a single inte

Re: [Puppet Users] Re: how to make changes to the network configuration without connection errors?

2013-01-22 Thread Peter Bauer
Hi Adrien, no, i have used https://github.com/razorsedge/puppet-network Am Dienstag, 22. Januar 2013 17:40:17 UTC+1 schrieb Adrien Thebo: > > Hi Peter, > > Is this in reference to https://github.com/adrienthebo/puppet-network? > > > On Tue, Jan 22, 2013 at 8:26 AM, P

[Puppet Users] Puppet Agent's webrick crashes every 30sec.

2014-03-28 Thread Peter Bauer
hi, i get the following output every 30sec. in the /var/log/puppet/http.log [2014-03-28 10:30:55] ERROR OpenSSL::SSL::SSLError: SSL_accept SYSCALL returned=5 errno=0 state=SSLv2/v3 read client hello A /usr/lib/ruby/site_ruby/1.8/puppet/network/http/webrick.rb:44:in `accept' /usr

[Puppet Users] Re: Puppet Agent's webrick crashes every 30sec.

2014-04-04 Thread Peter Bauer
thank you very much John! I will investigate this further with Wireshark. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.c

[Puppet Users] Re: Puppet Agent's webrick crashes every 30sec.

2014-04-07 Thread Peter Bauer
For the records: it was Monit checking the port every 30sec., totally forgot about that one. Need to find a different way to check it. g, Peter Am Samstag, 5. April 2014 06:56:30 UTC+2 schrieb Peter Bauer: > > thank you very much John! I will investigate this further with Wireshark. -

[Puppet Users] Re: Puppet Agent's webrick crashes every 30sec.

2014-04-07 Thread Peter Bauer
Simple solution: use Monits TCPSSL port check typ instead of TCP. Am Montag, 7. April 2014 13:18:21 UTC+2 schrieb Peter Bauer: > > For the records: it was Monit checking the port every 30sec., totally > forgot about that one. Need to find a different way to check it. > > g,

[Puppet Users] Puppet Master does not re-connect to the storedconfigs PostgreSQL database

2014-11-27 Thread Peter Bauer
hi, i know that PuppetDB is the way to go for the future but currently i am forced to use Puppet 2.7 with the Stored Configuration feature. So the problem is that whenever i restart the PostgreSQL database or the network service, the Puppet Master running under Apache with Passenger does not re

Re: [Puppet Users] Puppet Master does not re-connect to the storedconfigs PostgreSQL database

2014-11-27 Thread Peter Bauer
Am Donnerstag, 27. November 2014 14:40:04 UTC+1 schrieb Ken Barber: > > i know that PuppetDB is the way to go for the future but currently i am > > forced to use Puppet 2.7 with the Stored Configuration feature. > > So the problem is that whenever i restart the PostgreSQL database or the > > networ

Re: [Puppet Users] Puppet Master does not re-connect to the storedconfigs PostgreSQL database

2014-12-02 Thread Peter Bauer
thanks, that would possibly be an option. Am Montag, 1. Dezember 2014 18:03:12 UTC+1 schrieb Wil Cooley: > > > On Nov 27, 2014 12:54 AM, "Peter Bauer" > > wrote: > > > > i know that PuppetDB is the way to go for the future but currently i am >

[Puppet Users] override individual items of a structured fact

2018-02-03 Thread Peter Bauer
hi, since the stock 'networking' fact does not find the correct "primary" network interface in my case (there is another interface with the default route), i want to change the related 'networking.ip', 'networking.primary' values of this stuctured fact by writing a custom fact in Ruby. Its str

[Puppet Users] does puppetdb 4.x handle brief postgresql backend outage

2018-02-14 Thread Peter Bauer
I have an older version, however PuppetDB reconnects on the first Agent run so the first one fails but subsequent runs will succeed. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from i

[Puppet Users] containment questions

2018-02-14 Thread Peter Bauer
hi, i was recently bitten by ordering issues caused by missing contain/anchor declarations in a PostgreSQL module which should have finished its job before configuring and starting the PuppetDB which is done by another module. So here are my questions: - is it possible to use the contain functio

[Puppet Users] Re: containment questions

2018-02-16 Thread Peter Bauer
ancy class structure is not adding value. It > is just adding more work for me. > > In the end it is about making a server do something correct. Do I want a > service to start after another service? I include the dependency between > the service resources directly. The result is