Style fix - no functional changes

This commit is contained in:
Garrett Honeycutt 2014-10-21 11:50:00 -04:00
parent fadfa3b3bc
commit aeddcdceff

View File

@ -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 {