12 lines
318 B
Python
12 lines
318 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
header("Fichier de configuration de bcfg2, version web")
|
|
|
|
@[server]
|
|
%repository = "/var/lib/bcfg2"
|
|
%plugins = "Metadata,Bundler,Base,SSHbase,Cfg,Rules,Python,DebAutoPkg,Probes,DBStats"
|
|
%svn = "no"
|
|
@
|
|
@[statistics]
|
|
%sendmailpath = "/usr/sbin/sendmail"
|
|
%database_engine = "sqlite3"
|