OP#561 try new fw settings

This commit is contained in:
2026-04-09 15:06:31 +02:00
parent 94afeda0bb
commit 8500d243e6
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# @summary Class contains all class parameters for confdroid_ssh
# @param [Array] ssh_reqpackages packages to install
# @param [String] pkg_ensure version to install: 'present' or 'latest'
# @param [String] ssh_use_firewall whether set the fw rule to
# @param [String] ssh_fw_rule whether set the fw rule to
# present or absent.
# @param [String] ssh_fw_port port to use for SSHD and in fw
# @param [String] ssh_fw_order order of firewall rule
@@ -23,7 +23,7 @@ class confdroid_ssh::params (
String $pkg_ensure = 'present',
# firewall settings
String $ssh_use_firewall = 'present',
String $ssh_fw_rule = 'present',
String $ssh_fw_port = '22',
String $ssh_fw_order = '50',
String $ssh_source_range = '0.0.0.0/0',