From owner-freebsd-stable@FreeBSD.ORG Thu Feb 5 14:28:22 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5837A21C for ; Thu, 5 Feb 2015 14:28:22 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 259CB333 for ; Thu, 5 Feb 2015 14:28:22 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id eu11so10185118pac.13 for ; Thu, 05 Feb 2015 06:28:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=o0A3QBI3fH+ZvYZoMECmWAqETldOXrSKswIDL2sBh9U=; b=w/vXeVPfOmaZEWHEglBu9hp5XDLMKED/jgNYnVz9avyNpHG04xY+2MWugVwjYzYGSk sQerYyojnEtP1YZQ0jup4GwU4a/QGGi4BkW0iGOKwmLfn4cRHfmLG5BVH8qSm9z2FuvT 0upKrG+H3kPPuydw2EhtxqEGDUBIW8NXAOCskdvVZQ5ClBxX4y3Higit5LpqNBoogoGA 6ZGXx94I6gv1+pOg+HHKyO2ZguWZtLDbvfWl574me6jmEBvINfGZoT6K5DDW9Uf62WoB xq7hbzu1NVpmaHXlyQHopeWNEGzZgF7CUIKkYkGbn3l3KIbNV8Yqs4t7mkYg+pflwLK1 BsxQ== MIME-Version: 1.0 X-Received: by 10.66.193.33 with SMTP id hl1mr5668468pac.141.1423146501670; Thu, 05 Feb 2015 06:28:21 -0800 (PST) Received: by 10.70.110.134 with HTTP; Thu, 5 Feb 2015 06:28:21 -0800 (PST) In-Reply-To: <20150205130234.3fcbabfb@efreet.mimar.rs> References: <20150205130234.3fcbabfb@efreet.mimar.rs> Date: Thu, 5 Feb 2015 08:28:21 -0600 Message-ID: Subject: Re: push a few config files to dozen or so servers From: Adam Vande More To: =?UTF-8?B?TWFya28gQ3VwYcSH?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-stable@freebsd.org" 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 14:28:22 -0000 On Thu, Feb 5, 2015 at 6:02 AM, Marko Cupa=C4=87 wro= te: > 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 those > seem like an overkill for my purpose. > Speaking strictly of puppet, I don't see how it's overkill if it's still growing. Are there any other elegant solutions which can help me achieve my goal? > pdsh, NFS --=20 Adam