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:
ea9e472
)
Add extra ports for ssh on paradis
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 27 Jul 2014 12:00:22 +0000
(14:00 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 27 Jul 2014 12:00:22 +0000
(14:00 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ssh/templates/sshd_config.erb
patch
|
blob
|
history
diff --git
a/modules/ssh/templates/sshd_config.erb
b/modules/ssh/templates/sshd_config.erb
index
7821514
..
cb22f09
100644
(file)
--- a/
modules/ssh/templates/sshd_config.erb
+++ b/
modules/ssh/templates/sshd_config.erb
@@
-1,3
+1,8
@@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
# Package generated configuration file
# See the sshd(8) manpage for details
@@
-5,6
+10,9
@@
Port 22
<%= extraports = case fqdn
when "ravel.debian.org" then "Port 443"
+ when "paradis.debian.org" then "
+Port 5.153.231.31:443
+Port 2001:41c8:1000:21::21:31:443"
end
extraports
%>