diff options
Diffstat (limited to 'roles/sublab_web/templates')
-rw-r--r-- | roles/sublab_web/templates/ikiwiki.setup.j2 | 2 | ||||
-rw-r--r-- | roles/sublab_web/templates/server.conf.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/sublab_web/templates/ikiwiki.setup.j2 b/roles/sublab_web/templates/ikiwiki.setup.j2 index d09bb2b..598971f 100644 --- a/roles/sublab_web/templates/ikiwiki.setup.j2 +++ b/roles/sublab_web/templates/ikiwiki.setup.j2 @@ -12,7 +12,7 @@ # name of the wiki wikiname: wiki # contact email for wiki -adminemail: {{ admin_email }} +adminemail: nobody-wolpertinger@nowhere.ws # users who are wiki admins adminuser: - nihilus diff --git a/roles/sublab_web/templates/server.conf.j2 b/roles/sublab_web/templates/server.conf.j2 index 94ff4f7..a1888d1 100644 --- a/roles/sublab_web/templates/server.conf.j2 +++ b/roles/sublab_web/templates/server.conf.j2 @@ -1,4 +1,4 @@ -ServerAdmin nobody@nowhere.ws +ServerAdmin nobody-wolpertinger@nowhere.ws ServerName {{ sublab_web_server_name }} ServerAlias www.{{ sublab_web_server_name }} |