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
ro...@puppetmaster.example.org#puppet kick admin.localTriggering admin.local
Host admin.local failed: Connection refused - connect(2)
admin.local finished with exit code 2
Failed: admin.locali 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