diff --git a/manifests/init.pp b/manifests/init.pp index 4c90560..adc783d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {