Skip to content
Snippets Groups Projects
Unverified Commit 9db876eb authored by Max Adamo's avatar Max Adamo
Browse files

Merge branch 'production' into test

parents 3164a2e9 7df03a59
Branches
No related tags found
No related merge requests found
files/acme_web/anvil.ico

66.1 KiB

......@@ -17,16 +17,24 @@
<body>
<div class="table-responsive">
<h1><p style="text-align:center">ACME Certificates List</p></h1>
<h1>
<p style="text-align:center">ACME Certificates List</p>
</h1>
<hr>
<div class="well">
<form action="#">
<table class="table" id="patching">
<thead>
<tr>
<th><p style="text-align:center"><a href="/letsencrypt/index.html">LetsEncrypt</a></p></th>
<th><p style="text-align:center"><a href="/sectigo_ev/index.html">SectiGO EV</a></p></th>
<th><p style="text-align:center"><a href="/sectigo_ov/index.html">SectiGO OV</a></p></th>
<th>
<p style="text-align:center"><a href="/letsencrypt/index.html">LetsEncrypt</a></p>
</th>
<th>
<p style="text-align:center"><a href="/sectigo_ev/index.html">SectiGO EV</a></p>
</th>
<th>
<p style="text-align:center"><a href="/sectigo_ov/index.html">SectiGO OV</a></p>
</th>
</tr>
</thead>
<tbody>
......@@ -37,9 +45,10 @@
</form>
</div>
</div>
<p style="text-align:center"> <img src="anvil.png" alt="ACME" title="ACME"></p>
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="mountable.js"></script>
</html>
</html>
\ No newline at end of file
......@@ -109,6 +109,14 @@ class geant_acme::files (
require => Class['nginx'],
recurse => true,
source => "puppet:///modules/${module_name}/acme_web";
"${web_base}/anvil.ico":
mode => '0644',
require => File[$web_base],
source => 'puppet:///modules/depot/anvil.ico';
"${web_base}/anvil.png":
mode => '0644',
require => File[$web_base],
source => 'puppet:///modules/depot/anvil.png';
"${web_base}/letsencrypt/index.html":
mode => '0644',
require => File[$web_base],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment