Files @ 7977a2033d9a
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/index.html.j2

branko
Noticket: Fixed ldap_permissions module - if no olcAccess rules are defined, assume empty list (otherwise we get key lookup exception).
<!DOCTYPE html>
<html>
<head>
<title>{{ web_default_title}}</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>{{ web_default_title}}</h1>
<p>{{ web_default_message }}</p>
</body>
</html>