huangmingyou@gmail.com
2008-Mar-21 07:39 UTC
[Puppet Users] a question about file distribute
hi,all In my host that managed by puppet have some small file need to be update at every time. now I use ftp to do this,because the number of the host about 100+, so if all puppet client connect to the puppetmaster will be very slowly , and just for distribute a small file. But use the ftp is so not so good for me,I wan''t find a better solution than ftp. please help me! huang mingyou --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
On 21/03/2008, huangmingyou@gmail.com <huangmingyou@gmail.com> wrote:> > hi,all > In my host that managed by puppet have some small file need to be > update at every time. now I use ftp to do this,because the number of > the host about 100+, so if all puppet client connect to the > puppetmaster will be very slowly , and just for distribute a small > file. > But use the ftp is so not so good for me,I wan''t find a better > solution than ftp. please help me!rsync? wget http? wget https? Puppet merely needs to write down a trigger file or run an exec statement. rsync (over ssh if need be) is fairly good for file distribution. rdist might be good as well, it can use ssh as the transport layer. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---