From 5ac9a82d15587a73dfdb066c5254730017da85e6 Mon Sep 17 00:00:00 2001 From: Rod Ballingall Date: Tue, 17 Aug 2021 22:59:17 -0700 Subject: [PATCH 1/2] Corrected syntax of "unified_mode :true" to "unified_mode true" --- resources/ssh_authorized_key.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ssh_authorized_key.rb b/resources/ssh_authorized_key.rb index 03aa4c9..cef3882 100644 --- a/resources/ssh_authorized_key.rb +++ b/resources/ssh_authorized_key.rb @@ -21,7 +21,7 @@ # limitations under the License. # -provides :ssh_authorize_key +provides ssh_authorize_key resource_name :ssh_authorize_key default_action :create From eacc2189414828ba48c4a002c6deff494d63058c Mon Sep 17 00:00:00 2001 From: Rod Ballingall Date: Tue, 17 Aug 2021 23:18:00 -0700 Subject: [PATCH 2/2] added 'unified_mode true' --- resources/ssh_authorized_key.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/ssh_authorized_key.rb b/resources/ssh_authorized_key.rb index cef3882..a39a82c 100644 --- a/resources/ssh_authorized_key.rb +++ b/resources/ssh_authorized_key.rb @@ -21,7 +21,8 @@ # limitations under the License. # -provides ssh_authorize_key +unified_mode true +provides :ssh_authorize_key resource_name :ssh_authorize_key default_action :create