From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 3 20:49:29 2013 Return-Path: Delivered-To: hackers@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 ESMTP id 83031A61 for ; Sun, 3 Nov 2013 20:49:29 +0000 (UTC) (envelope-from Kamil.Choudhury@anserinae.net) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id 49968219B for ; Sun, 3 Nov 2013 20:49:28 +0000 (UTC) Received: from [74.73.121.187] ([74.73.121.187:62661] helo=janus.anserinae.net) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 98/11-27821-1D6B6725; Sun, 03 Nov 2013 20:49:21 +0000 Received: from JANUS.anserinae.net ([fe80::192c:4b89:9fe9:dc6d]) by janus.anserinae.net ([fe80::192c:4b89:9fe9:dc6d%11]) with mapi id 14.03.0123.003; Sun, 3 Nov 2013 15:49:21 -0500 From: Kamil Choudhury To: "hackers@freebsd.org" Subject: pkgng for configuration management? Thread-Topic: pkgng for configuration management? Thread-Index: Ac7Y1N0HhuY2bDV4QwqNyPNCJZ8Ziw== Date: Sun, 3 Nov 2013 20:49:20 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.21] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 20:49:29 -0000 I've been setting up a private pkgng repository to push software to a famil= y of about 20 different hosts.=20 One command software deployment is pretty awesome, so I got to thinking: wh= y not go one step further and start pushing configurations for each of thes= e hosts via pkgng as well (either by putting the config files into the init= ial software pkg, or via a separate pkg that installs only the configuratio= ns)?=20 Has anyone else tried going down this rabbit hole? If so, what has your exp= erience with the system been? =20 Thanks Kamil=20