Hi,
I had Puppet + Passenger installed and working.
 
Then I installed Dashboard on the puppet master.

I had to change the apache configuration file and replace the virtual host 
I had when I install Passenger with contain:

<VirtualHost *:80>
    ServerName puppetsrv.domain.com
    DocumentRoot /usr/share/puppet-dashboard/public/
    <Directory /usr/share/puppet-dashboard/public/>
        Options None
        AllowOverride AuthConfig
        Order Allow,Deny
        Allow from All
    </Directory>
    ErrorLog /etc/httpd/logs/dashboard_error.log
    LogLevel warn
    CustomLog /etc/httpd/logs/dashboard_access.log Combined
    ServerSignature On
</VirtualHost>


Now when I run on the agent :

 puppet agent  --no-daemonize --verbose

 
I got the error:

Notice: Starting Puppet client version 3.3.1
*Error: Failed to apply catalog: Connection refused - connect(2)*
*Error: Could not send report: Connection refused - connect(2)*
/usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:89:in `exit': no implicit 
conversion from nil to integer (TypeError)
        from /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:89:in `run_in_fork'
        from /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:86:in `fork'
        from /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:86:in `run_in_fork'
        from /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:41:in `run'

.... .... .... .... ....  

 
and have no nodes in the Dashboard on the puppet master.

How can I solve this problem?
Thanks.  

-- 
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.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e7c8a42c-9240-4035-8261-3e121354ea0a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to