ensure => $ssh_localhost_auth ? {
'auto' => present,
'fingerprint' => absent,
- 'default' => absent,
+ default => absent,
},
}
ensure => $ssh_localhost_auth ? {
'fingerprint' => present,
'auto' => undef,
- 'default' => undef,
+ default => undef,
},
}
}
ensure => $ssh_localhost_auth ? {
'fingerprint' => present,
'auto' => undef,
- 'default' => undef,
+ default => undef,
},
}
}
ensure => $ssh_localhost_auth ? {
'fingerprint' => present,
'auto' => undef,
- 'default' => undef,
+ default => undef,
},
}
}