Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2010 15:04:45 -0800
From:      David Allen <the.real.david.allen@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Multiple Machines
Message-ID:  <AANLkTinyKxJUjLARvo64e-BhOvwHzujvjrbsc%2BJegsyp@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Multiple Machines

This is sort of a "best practices" kind of question so all comments are
welcome.  I'm wondering what folks are doing when setting up multiple
(more than 1, but less than 10) machines.

Consider, for example, some ordinary files such as the following:

    /root/.cshrc
    /root/.bashrc           # toor account
    /root/.bash_profile     # toor account
    /home/username/.bashrc
    /home/username/.bash_profile
    /etc/make.conf
    /etc/src.conf
    /etc/fstab              # nfs mount entries
    /etc/resolv.conf
    /etc/ntp.conf

Some files are identical, some require different permissions, and some
(like fstab) consist of customizations that need to be added.

Short of enabling root ssh logins or writing makefiles, what would be the
best approach to handing the above?

Thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTinyKxJUjLARvo64e-BhOvwHzujvjrbsc%2BJegsyp>