Style fix - no functional changes
This commit is contained in:
parent
fadfa3b3bc
commit
aeddcdceff
@ -631,9 +631,9 @@ class ssh (
|
|||||||
|
|
||||||
# export each node's ssh key
|
# export each node's ssh key
|
||||||
@@sshkey { $::fqdn :
|
@@sshkey { $::fqdn :
|
||||||
ensure => $ssh_key_ensure,
|
ensure => $ssh_key_ensure,
|
||||||
type => $ssh_key_type,
|
type => $ssh_key_type,
|
||||||
key => $key,
|
key => $key,
|
||||||
}
|
}
|
||||||
|
|
||||||
if $ssh_key_import_real == true {
|
if $ssh_key_import_real == true {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user