Re: [Puppet Users] Connection reset by peer

2012-10-15 Thread ftiff
I had same issue, related to DNS cache. I changed the IP address in /etc/hosts but it was still resolving to the old IP. on CentOS, you can flush dns cache with nscd -i hosts Le lundi 2 mai 2011 14:43:08 UTC+2, Dmitry a écrit : > > Thank you!!! > > It was a problem with DNS-server. > The second D

[Puppet Users] Nagios server howto for beginner ?

2012-10-15 Thread ftiff
Hi all, I would like to install a nagios server without reinventing the wheel. I know there's nagios (client?) functionality in core puppet, and a lot of modules in the forge. Unfortunately, the most promising one, thias/nagios uses thias/apache_httpd, and I would like to stick with puppetlabs/

[Puppet Users] FreeBSD $PACKAGESITE from -STABLE to -RELEASE

2012-08-27 Thread ftiff
Hi all, I'm using FreeBSD-9.0-RELEASE. When I install a package via puppet, it seems to use the -STABLE branches instead of -RELEASE. I can use pkg_add -r on the command-line, which will use the -RELEASE branch and break the dependencies. One workaround is to change the $PACKAGESITE variable t