ARGH KEEP COLIDING Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2017-02-15 19:52:07 +00:00
commit d4b9ad71b8

View file

@ -3,5 +3,5 @@ import socket
config = {
# So that the MBS can find it's cert in /etc/fedmsg.d/ssl.py
'cert_prefix': 'mbs',
'name': 'mbs-%s' % socket.gethostname(),
'name': 'mbs.%s' % socket.gethostname().split('.', 1)[0],
}