puppet kick

26 views
Skip to first unread message

kavya reddy

unread,
Feb 17, 2014, 12:00:18 PM2/17/14
to puppet...@googlegroups.com
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 :)

Matt Zagrabelny

unread,
Feb 17, 2014, 12:13:39 PM2/17/14
to puppet...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages