Hi Dilip,
   Have you added listen = true in [main] section of puppet.conf?
And have you allowd access to runpath in auth.conf?
Please refer http://docs.puppetlabs.com/man/kick.html.
It may help you to solve this error.

Thanks & Regards,
Sneha More,
NTT DATA GTS, OSS Center, India (Pune).  

On Thursday, September 26, 2013 12:54:54 PM UTC+5:30, Dilip Varma wrote:
>
>
> Hi,
>
> I've done some cofiguration in /etc/puppet/manifests/site.pp file i.e
>
> class toolbox {
>
> file { '/usr/local/sbin/puppetsimple.sh':
>         owner => root,group => root,mode => 0755,content => "#!/bin/bash 
> apt-get install zip\n"
>      }
> }
> node 'admin.local' {
>                      include toolbox
>                      
>                    }
>
> Here admin.local is my PUPPET AGENT..
>
> my job is to kick this job to puppet agent from puppet master.for this i 
> have ran
>
> *r...@puppetmaster.example.org#puppet kick admin.local*
> *Triggering admin.local
> Host admin.local failed: Connection refused - connect(2)
> admin.local finished with exit code 2
> Failed: admin.local*
>
> i got this error.
> *Additional Info*:puppet master and agent are in the same network,pinging 
> each other and configured password less logins also..
>
> Please find the attachment regarding the puppet error mentioned above.
>
> Thanks in advance
> Dilip
>
>
>

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to