ARGH KEEP COLIDING Merge branch 'master' of /git/ansible
This commit is contained in:
commit
d4b9ad71b8
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ import socket
|
||||||
config = {
|
config = {
|
||||||
# So that the MBS can find it's cert in /etc/fedmsg.d/ssl.py
|
# So that the MBS can find it's cert in /etc/fedmsg.d/ssl.py
|
||||||
'cert_prefix': 'mbs',
|
'cert_prefix': 'mbs',
|
||||||
'name': 'mbs-%s' % socket.gethostname(),
|
'name': 'mbs.%s' % socket.gethostname().split('.', 1)[0],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue