Recommendations on managing dot files for users using Puppet
Posted
by
Beaming Mel-Bin
on Server Fault
See other posts from Server Fault
or by Beaming Mel-Bin
Published on 2011-11-13T20:15:44Z
Indexed on
2011/11/21
17:54 UTC
Read the original article
Hit count: 322
Goal is to have a collection of dot files (.bashrc
, .vimrc
, etc.) in a central location. Once it's there, Puppet should push out the files to all managed servers.
I initially was thinking of giving users FTP access where they could upload their dot files and then having an rsync
cron job. However, it might not be the most elegant or robust solution. Wanted to see if anyone else had some recommendations.
© Server Fault or respective owner