Hi

I'm trying puppetrun on puppet 0.25.0 (with passenger).

For that I added on the client in /etc/puppet/puppet.conf  the following 
line 
    listen = true

and added /etc/puppet/namespaceauth.conf file with:
[fileserver]
       allow *.domain.ch
[puppetmaster]
        allow *.domain.ch
[puppetrunner]
      allow *.domain.ch
[puppetbucket]
    allow *.domain.ch
[puppetreports]
      allow *.domain.ch
[resource]
      allow *.domain.ch


After that I restarted puppet on the client and tried to connect from 
the puppetserver

r...@id-lnx-deployment:/opt/foreman # puppetrun --host slabstb251.domain.ch
Triggering slabstb251.domain.ch
Host slabstb251.domain.ch failed: Could not connect to 
slabstb251.domain.ch on port 8139
slabstb251.domain.ch finished with exit code 2
Failed: slabstb251.domain.ch

Than I figured out that the client daemon isn't running (like before 
without the listen option) or even listening on Port 8139

In /var/log/messages (on the client) I found the following lines:

Oct  5 13:53:01 slabstb251 puppetd[31843]: Setting the :cacrl to 'false' 
is deprecated; Puppet will just ignore the crl if yours is missing
Oct  5 13:53:02 slabstb251 puppetd[31843]: Starting Puppet client 
version 0.25.0
Oct  5 13:53:02 slabstb251 puppetd[31843]: Cached 
certificate_revocation_list for ca failed: Cannot manage the CRL when 
:cacrl is set to false
Oct  5 13:53:02 slabstb251 puppetd[31843]: Could not retrieve catalog 
from remote server: Could not intern from s: Cannot manage the CRL when 
:cacrl is set to false


I haven't used cacrl option in the puppet.conf file, So I don't 
understand this error messages ...

I tried "cacrl = true" but with the same effect ...

Any help ?

Philipp



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to