From owner-freebsd-questions@FreeBSD.ORG Wed Apr 30 06:46:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B116635 for ; Wed, 30 Apr 2014 06:46:59 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28CFC1643 for ; Wed, 30 Apr 2014 06:46:58 +0000 (UTC) Received: from chombo.houseloki.net (c-76-115-19-22.hsd1.or.comcast.net [76.115.19.22]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 4819F2D4F9F; Tue, 29 Apr 2014 23:46:57 -0700 (PDT) Received: from [IPv6:2601:7:2280:38b:5045:dd46:d3b:55b] (unknown [IPv6:2601:7:2280:38b:5045:dd46:d3b:55b]) by chombo.houseloki.net (Postfix) with ESMTPSA id 7F9A6A8A; Tue, 29 Apr 2014 23:46:54 -0700 (PDT) Message-ID: <53609C44.70405@bluerosetech.com> Date: Tue, 29 Apr 2014 23:46:28 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Aleksandr Miroslav , freebsd-questions@freebsd.org Subject: Re: best configuration management tool for FreeBSD? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 06:46:59 -0000 On 4/15/2014 3:33 PM, Aleksandr Miroslav wrote: > hi, > > We have a few (~15) FreeBSD boxes that we are running here. They are > all running 8.4, but they are up to date on their ports/patches. > > We have some custom shellscripts (along with rsync) to deploy our > code and and content, but we recently decided to use a proper > configuration manager tool to run our cluster. Internally, we've had a > lot of debate about that and have no clear winners (puppet seems to > get the most votes though). > > What is the best configuration management tool for FreeBSD? We make > heavy use of installing things from ports, so any tool that > understands how to install upgrade stuff from ports would be great. Config management frameworks work much better with packages. You'll want to set up a poudrerie instance so you can deploy custom packages.