Recommit for updates in build 21
This commit is contained in:
@@ -116,7 +116,9 @@
|
|||||||
18
|
18
|
||||||
19
|
19
|
||||||
20
|
20
|
||||||
21</pre>
|
21
|
||||||
|
22
|
||||||
|
23</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
|
||||||
@@ -130,10 +132,12 @@ class confdroid_gitea::firewall::iptables (
|
|||||||
dport => $ga_http_port,
|
dport => $ga_http_port,
|
||||||
jump => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
firewall { "${ga_order_prefix}${ga_ssh_port} allow gitea ssh port ${ga_ssh_port}":
|
if $ga_start_ssh != false {
|
||||||
proto => 'tcp',
|
firewall { "${ga_order_prefix}${ga_ssh_port} allow gitea ssh port ${ga_ssh_port}":
|
||||||
dport => $ga_ssh_port,
|
proto => 'tcp',
|
||||||
jump => 'accept',
|
dport => $ga_ssh_port,
|
||||||
|
jump => 'accept',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user