From c4bce0ce1ba65c13bc3013d0f763e32366fceead Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 12 Jun 2009 22:37:09 +0200 Subject: [PATCH] ajout du plugin Probes darcs-hash:20090612203709-af139-e4dd46e988b5a69158c98d19f063a304042cbff2.gz --- Python/etc/bcfg2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/bcfg2.conf b/Python/etc/bcfg2.conf index c3a427f..cfe4175 100644 --- a/Python/etc/bcfg2.conf +++ b/Python/etc/bcfg2.conf @@ -7,7 +7,7 @@ header("Fichier de configuration de bcfg2") if has("bcfg2-server"): @[server] %repository = "/var/lib/bcfg2" - %plugins = "Metadata,Bundler,Base,SSHbase,Cfg,Rules,Python,DebAutoPkg" + %plugins = "Metadata,Bundler,Base,SSHbase,Cfg,Rules,Python,DebAutoPkg,Probes" %svn = "no" @[statistics]