crans_bcfg2/Python/etc/bcfg2.conf
Jeremie Dimino c4bce0ce1b ajout du plugin Probes
darcs-hash:20090612203709-af139-e4dd46e988b5a69158c98d19f063a304042cbff2.gz
2009-06-12 22:37:09 +02:00

31 lines
757 B
Python

# -*- coding: utf-8; mode: python -*-
include("secrets")
header("Fichier de configuration de bcfg2")
if has("bcfg2-server"):
@[server]
%repository = "/var/lib/bcfg2"
%plugins = "Metadata,Bundler,Base,SSHbase,Cfg,Rules,Python,DebAutoPkg,Probes"
%svn = "no"
@[statistics]
%sendmailpath = "/usr/sbin/sendmail"
@[communication]
%protocol = "xmlrpc/ssl"
%password = secrets.bcfg2_password
if has("bcfg2-server"):
%key = "/etc/bcfg2.key"
%certificate = "/etc/bcfg2.key"
if has("test"):
%fingerprint = "c77f8e7ad96eba77f303afe5a5ef4570dd9580af"
else:
%fingerprint = "2f110783f4cbd14e45a35de518ddbaea999a03ad"
%agent-port = 6790
%encoding = "UTF-8"
@[components]
%bcfg2 = "https://bcfg2.adm.crans.org:6789"
%encoding = "UTF-8"