[Puppet Users] Backup/restore certificates after new puppetmaster installation

2012-03-22 Thread paul.gomersbach
Hi, We have a couple of puppet clients we can't reach after installation, is there a way to accept the client certificates when the certificates are lost on the master site? If that's not possible what part of the certificates on the master need to be in the backup to restore connectivity? Or is t

[Puppet Users] Spaces in file paths for puppet windows

2012-06-25 Thread paul.gomersbach
Hi all, I need to execute the following command, what will be the correct syntax in a windows exec resource? command => C:\Program Files (x86)\RSyslog\Agent\RSyslogConfigClient.exe "C:/Program Files (x86)/RSyslog/Agent/customsyslog.xml" /f Tanks, Paul. -- You received this message because y

[Puppet Users] Re: Puppet under passenger constantly crashing

2014-06-10 Thread paul.gomersbach
Hi Treydock, Did you ever resolve this problem? Thanks! Op dinsdag 25 maart 2014 23:24:17 UTC+1 schreef treydock: > > As an update, I tried running 'puppet master --no-daemonize --debug' and > am seeing a segmentation fault running outside of passenger/apache... > > /usr/lib/ruby/site_ruby/1.8/

[Puppet Users] Re: How to check if a class is being used?

2015-04-02 Thread paul.gomersbach
This is working for me: if ! defined(Class['ops_logging']) { class { 'ops_logging': collectives => $collectives, middleware=> $rabbithost, metrics => $metrics, configuration => $configuration, monitor => $monitor, } } Op woensdag 1 apri