I got a little problem: I installed puppet agent
on some nodes. I'm managing the nodes with foreman.
Now some nodes are "out of sync" until I run puppet agent -t
on the node manually.
The service is running on the nodes:
root@node1:/var/log# ps aux | grep puppet
root 10079 0.0 0.0 9240 880 pts/0 R+ 17:43 0:00 grep puppet
root 31645 0.0 0.2 196188 36780 ? Ssl 14:17 0:02 /usr/bin/ruby /usr/bin/puppet agent
root@node1:/var/log# service puppet status
[ ok ] agent is running.
What can I do here?