projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f8942
)
Drop dead bits in ftp_upload
author
Julien Cristau
<jcristau@debian.org>
Sun, 19 Mar 2017 11:57:59 +0000
(12:57 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 19 Mar 2017 11:57:59 +0000
(12:57 +0100)
$bind6 was undefined since commit
b0dd1aa9d67bc92d097c1ad23f42bbedd173b756
.
modules/roles/manifests/ftp_upload.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/ftp_upload.pp
b/modules/roles/manifests/ftp_upload.pp
index
b553b70
..
249d49e
100644
(file)
--- a/
modules/roles/manifests/ftp_upload.pp
+++ b/
modules/roles/manifests/ftp_upload.pp
@@
-9,14
+9,4
@@
class roles::ftp_upload {
chown_user => dak-unpriv,
root => '/srv/upload.debian.org/ftp',
}
-
- if $bind6 != '' {
- vsftpd::site { 'ftp-upload-v6':
- banner => 'ftp.upload.debian.org FTP server',
- logfile => '/var/log/ftp/vsftpd-ftp.upload.debian.org.log',
- writable => true,
- chown_user => dak-unpriv,
- root => '/srv/upload.debian.org/ftp',
- }
- }
}