class sshd::base(
- $ipaddres_fact = $sshd::ipaddres_fact,
+ $ipaddress_fact = $sshd::ipaddress_fact,
) {
$sshd_config_content = $::lsbdistcodename ? {
}
# In case the node has uses a shared network address,
# we don't define a sshkey resource using an IP address
- $ipaddr = inline_template("<%= scope.lookupvar(ipaddres_fact) %>")
+ $ipaddr = inline_template("<%= scope.lookupvar(ipaddress_fact) %>")
if $sshd::shared_ip == 'no' {
@@sshkey{$ipaddr:
$print_motd = 'yes',
$manage_shorewall = false,
$shorewall_source = 'net',
- $ipaddres_fact = 'ipaddress',
+ $ipaddress_fact = 'ipaddress',
) {
validate_bool($manage_shorewall)