On Mon, Feb 17, 2014 at 11:00 AM, kavya reddy <kethikavy...@gmail.com> wrote:
> Hi all,
> I just started working with puppet.i want a simple push mechanism from
> puppet master on to agent.i tried using "puppet kick" though its running and
> displaying message "successfully exited" the changes are not being reflected
> on agent.
> I got to know puppet kick got deprecated in version 3.0 and later.
> Iam using 2.7 version
> can anyone tell me whats wrong.
> Thanks in advance :)

Hi Kavya,

Are your nodes listening?

node$ cat /etc/puppet/puppet.conf
[...]
[agent]
    listen      = true
[...]

Firewall allowing that port?

node# lsof -i -n -P | grep 8139
puppet     2582     root    5u  IPv4    7214      0t0  TCP *:8139 (LISTEN)

node# iptables -L -v -n | grep 8139
2   120 ACCEPT     tcp  --  *      *       10.1.1.1       0.0.0.0/0
        tcp dpt:8139

-mz

-- 
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/CAOLfK3Uzkrxwoqxh1C0pB8Pc0yt2oSEUZ3c9UpC7HQi9jxr%2B9g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to