blob: dbf482c225239fcf1140174ad262ba8396c00a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[communication]
protocol = xmlrpc/ssl
#if metadata.uuid != None
user = $metadata.uuid
#end
#choose
#when metadata.password is not None
password = $metadata.password
#end
#when metadata.password is None
password = GlobalPassword
#end
#end
[client]
drivers = Action,Chkconfig,POSIX,YUMng
[components]
bcfg2 = https://config.example.com:6789
|