[GlobalPython] Config Bcfg2 pour le nouveau plugin GlobalPython et un test (qui ne fonctionne pas pour l'instant).

This commit is contained in:
Raphael Cauderlier 2013-05-06 04:06:45 +02:00
parent 5fa5753faa
commit 2aaa97e7d1
4 changed files with 37 additions and 1 deletions

View file

@ -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,Packages,Probes,DBStats"
%plugins = "Metadata,Bundler,Base,SSHbase,Cfg,Rules,Python,Packages,Probes,DBStats,GlobalPython"
%svn = "no"
@