Hi All, I have a simple requirement for file synchronization across multiple servers. Can puppet synchronize the files from master to agent nodes instantly? *My requirement:* Let say file on master server *test_1.txt *got modified by some binary. After modification I want to replicate the changes instantly on all other nodes (agent nodes/servers). Do puppet synchronize the file instantly to all servers? Thanks & Regards Nivrutti -- 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+unsubscribe@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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
> *My requirement:* > Let say file on master server *test_1.txt *got modified by some binary. > After modification I want to replicate the changes instantly on all other > nodes (agent nodes/servers). > Do puppet synchronize the file instantly to all servers?No, puppet nodes usually pull a new catalog from time to time (by default every half an hour) from the master. But your requirements sounds more that you want to look into something like lsyncd. I would not recommend to try to abuse puppet for instant file synchronization. Also puppet is not very good a synchronizing large directory trees. There are better tools for that job. ~pete -- 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+unsubscribe@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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.