From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 20:30:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8FF0106566C for ; Fri, 12 Mar 2010 20:30:14 +0000 (UTC) (envelope-from kickbsd@ya.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD508FC14 for ; Fri, 12 Mar 2010 20:30:14 +0000 (UTC) Received: from webmail89.yandex.ru (webmail89.yandex.ru [77.88.47.163]) by forward12.mail.yandex.net (Yandex) with ESMTP id 3901B15D0943 for ; Fri, 12 Mar 2010 23:30:13 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1268425813; bh=7QuypFvwRcgCK7xSeq9RaqMhbAbNzMDP46Dj1fZU7Yk=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=GG26rBawjzE21fDww7Oq9yAGl90V6kapwv4bZ+D0bbLkD5AtN+q98PnXe5JIH0SlH HFwPSo0ICKqD1RtJd8Ui2vmjAeiLSAL2eoQDLAH1ZGZ1dY7NAmINa3BqQ31TFBA0ye Sgt/Vyl2IIgKNAF6W3CPrHAZjM14xRpvJIMakJTE= Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail89.yandex.ru (Yandex) with ESMTP id 1DC8779082C for ; Fri, 12 Mar 2010 23:30:13 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail89 X-Yandex-TimeMark: 1268425813 Received: from leo.de.teleglobe.net (leo.de.teleglobe.net [64.86.53.146]) by mail.yandex.ru with HTTP; Fri, 12 Mar 2010 23:30:12 +0300 From: Baginski Darren To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <72561268425812@webmail89.yandex.ru> Date: Fri, 12 Mar 2010 23:30:12 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: puppet and FreeBSD jaild X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 20:30:14 -0000 Hi! I'm considering to use puppet to manage about ~50 FreeBSD servers with about ~5 jails on each of them. Is there any best practices/receipts/Howto's to do that? I'm interested on something to have new jails auto deployed and configured with some polices. Thank you!