From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 22:45:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A403808 for ; Tue, 15 Apr 2014 22:45:09 +0000 (UTC) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D490816B1 for ; Tue, 15 Apr 2014 22:45:08 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id vb8so3160874obc.36 for ; Tue, 15 Apr 2014 15:45:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jl/oK+MhR2K3Q+WFPVjC4OVGzbGafcBxmEe59lIF84U=; b=KVqrKH0/aMHrTjbf06wETYZU5HIGKcQ7EFoJxWWHXWo+fYKaXYUFcKozuywmLmfUWJ V42OC9PAGoSm22f6aLNbzZ+p3ZmsIeJevJpzHee/+Js8jeiBfqQIFMnZdrJQgMjVOz7+ arzFfydH1K8N6g+pki+cu1z6n6+8wA7Ph2EmqHJ0eUFEn7cLXoOVLqjGv0zwpHukgeI8 GfrMvCmUVWmleg7QnP1XdtNRt3IcVSOMlfP0tLrPOsVpojhgMxK0JKEqyuEILhs7hh6c XCPvARf0w1NcKrRs5gyrAxCS8lcX6eqccH/0kIA0sDFrUpLdO5Z3P/Ech9zANt5s5LCm k9sg== X-Gm-Message-State: ALoCoQn9FOyjxYEjj2ksTitSxx5dYvSAUWg5hGCFYgoZdff/mm5tVGWgGviyhHBh2bn3oKZEzhs0 MIME-Version: 1.0 X-Received: by 10.182.248.131 with SMTP id ym3mr3694540obc.58.1397601502597; Tue, 15 Apr 2014 15:38:22 -0700 (PDT) Received: by 10.60.17.33 with HTTP; Tue, 15 Apr 2014 15:38:22 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Apr 2014 15:38:22 -0700 Message-ID: Subject: Re: best configuration management tool for FreeBSD? From: Michael Sierchio To: Aleksandr Miroslav Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Questions 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: Tue, 15 Apr 2014 22:45:09 -0000 On Tue, Apr 15, 2014 at 3:33 PM, Aleksandr Miroslav wrote: > 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. > > Lots of people use Chef, lots of people use Puppet, lots of people use CFEngine3, etc. I tend to prefer those in the opposite order in which I've enumerated them. Some people use bcfg2, also, I might add ;-) The best is the one you will actually use. - M