Skip to content
Snippets Groups Projects
Commit 5eb15d19 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Add profile viridian.

parent 213d229c
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Viridian Dashboard</title>
<style>
body {
display: grid;
place-items: center;
font-family: sans;
}
</style>
</head>
<body>
<div>
<img src="viridian.gif" alt="Captain Viridian"/>
<h2>Välkommen till Viridian!</h2>
<ul>
<li><a href="https://viridian.lysator.liu.se:300">Thinlinc via webben</a></li>
<li><a href="https://datorhandbok.lysator.liu.se/index.php/Viridian">Thinlinc adminpanel</a></li>
<li><a href="https://viridian.lysator.liu.se:1010">Thinlinc adminpanel</a></li>
</ul>
</div>
</body>
</html>
files/viridian/viridian.gif

233 KiB

# Sets up a landing page for Viridian.
# Note that nginx is manually configured with
#
# @example nginx configuration
# root /var/www/html;
#
class profiles::viridian {
file { '/var/www/html/index.html':
source => "puppet:///modules/${module_name}/viridian/index.html",
}
file { '/var/www/html/viridian.gif':
source => "puppet:///modules/${module_name}/viridian/viridian.gif",
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment