@%@UCRWARNING=#@%@
@!@
import os.path
schema = '/usr/share/univention-ldap/schema/univention-manage-certificates.schema'
if configRegistry['ldap/server/type'] == 'master' and os.path.exists(schema):
    print('include     %s' % schema)
@!@
