Ok... Not a small job ;-)

For config files where it's exactly the same on all machines, that's super easy. It's just stored once on the Puppet Master and file is managed on all Puppet Agents.

I'm not sure if rdist has some templating system in it for machine specific config files, but Puppet has a Ruby based templating system that can handle lots of cases. Other more complex files can be done with what are called "Concat" files - one file is assembled from different fragments.

Scripts and especially compile binaries are tricky. Puppet's not the best File Server. The more files you manage as actual Puppet Files the more work is involved. By default the Puppet Master MD5 sums files and the Agent does the same to work out whether a file needs to be copied down. There are some improvements you can make, like changing the checksum method, but 260MiB to every 200 servers? Sounds like a bad idea before you start.

What problem are you trying to solve that you think you need Puppet? The recommended Puppet way would be to package your binaries and use Puppet to enforce new versions of the package. You said your Admins are used to just getting on the rdist master, make changes and then practically an rsync? If that's the way you work and the way you want to continue to work then I don't think Puppet's going to beat rdist for this use case.

-Luke

On 27/04/12 16:15, Philip Brown wrote:

On Friday, April 27, 2012 8:11:38 AM UTC-7, Luke Bigum wrote:

300+ servers.
5800 files go out,(or more specifically, get synced) identically, to all machines, every night. Probably 200 of those are config files. the rest are specially compiled binaries and util scripts.

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/JZsUZ6MP2yoJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.


--
Luke Bigum

Information Systems
Ph: +44 (0) 20 3192 2520
luke.bi...@lmax.com | http://www.lmax.com
LMAX, Yellow Building, 1A Nicholas Road, London W11 4AN


FX and CFDs are leveraged products that can result in losses exceeding
your deposit.  They are not suitable for everyone so please ensure you
fully understand the risks involved.  The information in this email is not
directed at residents of the United States of America or any other
jurisdiction where trading in CFDs and/or FX is restricted or prohibited
by local laws or regulations.

The information in this email and any attachment is confidential and is
intended only for the named recipient(s). The email may not be disclosed
or used by any person other than the addressee, nor may it be copied in
any way. If you are not the intended recipient please notify the sender
immediately and delete any copies of this message. Any unauthorised
copying, disclosure or distribution of the material in this e-mail is
strictly forbidden.

LMAX operates a multilateral trading facility. Authorised and regulated by the Financial Services Authority (firm registration number 509778) and is registered in England and Wales (number 06505809). Our registered address is Yellow Building, 1A Nicholas Road, London, W11
4AN.

--
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to