Merge pull request #91 from ghoneycutt/style_fix

Style fix - no functional changes
This commit is contained in:
Garrett Honeycutt 2014-10-21 11:50:42 -04:00
commit 660c69801b

View File

@ -631,9 +631,9 @@ class ssh (
# export each node's ssh key
@@sshkey { $::fqdn :
ensure => $ssh_key_ensure,
type => $ssh_key_type,
key => $key,
ensure => $ssh_key_ensure,
type => $ssh_key_type,
key => $key,
}
if $ssh_key_import_real == true {