From aeddcdceff11342557d0fd24de06e9dfadb822db Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Tue, 21 Oct 2014 11:50:00 -0400 Subject: [PATCH] Style fix - no functional changes --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {