From owner-freebsd-stable@FreeBSD.ORG Thu Feb 5 12:21:14 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EAAB6CD for ; Thu, 5 Feb 2015 12:21:14 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FC891FB for ; Thu, 5 Feb 2015 12:21:13 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1YJLQZ-0003ZZ-Kh for freebsd-stable@freebsd.org; Thu, 05 Feb 2015 13:21:05 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: push a few config files to dozen or so servers References: <20150205130234.3fcbabfb@efreet.mimar.rs> Date: Thu, 05 Feb 2015 13:20:58 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Ronald Klop" Message-ID: In-Reply-To: <20150205130234.3fcbabfb@efreet.mimar.rs> User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.3.2 X-Scan-Signature: a350ae07b5350cdad28cef237d2e7179 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 12:21:14 -0000 On Thu, 05 Feb 2015 13:02:34 +0100, Marko Cupa=C4=87 = wrote: > Hi, > > thanks to virtualization, my fleet of FreeBSD hosts have grown to more= > than dozen, and it still grows. There are some files that need to be > identical on all of them (aliases, sudoers, root crontab, pkg repo > files etc.). > > I was looking at puppet and cfengine but learning and implementing tho= se > seem like an overkill for my purpose. > > Are there any other elegant solutions which can help me achieve my goa= l? > > Thank you in advance, Cron and rsync. Or create a pkg which you install on all servers. Just some quick ideas. In the end you just want to use something like = puppet. :-) Ronald.