Skip to content
Snippets Groups Projects
Commit 44487911 authored by Andreas Kempe's avatar Andreas Kempe
Browse files

hina: add footer

parent 6cde1297
Branches hina_datahanteringspolicy
No related tags found
No related merge requests found
<div>This server can also be reached on the Tor network at</div>
<div><a href="http://lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion/">lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion</a></div>
<div>Information:</div>
<div><a href="https://ftp.lysator.liu.se/datahanteringspolicy.txt">Data handling policy</a></div>
<div>The mirror administration can be reached at ftp-master (at) lysator.liu.se</div>
...@@ -141,6 +141,14 @@ class ftp::hina { ...@@ -141,6 +141,14 @@ class ftp::hina {
group => 'wheel', group => 'wheel',
mode => '0644', mode => '0644',
} }
file { '/var/ftp/.footer.html':
ensure => file,
source => 'puppet:///modules/ftp/hina/.footer.html',
owner => 'root',
group => 'wheel',
mode => '0644',
}
} }
define ftp::hina::vsftpd($ftp_listen) { define ftp::hina::vsftpd($ftp_listen) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment