From bd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 10:53:40 -0300 Subject: Updates local_key resource name --- manifests/rsync.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/rsync.pp b/manifests/rsync.pp index b407548..997bf02 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -32,8 +32,8 @@ define backup::rsync( testconnect => 'yes', } - if !defined(Ssh_local_key["$hostname"]) { - ssh_local_key { "$hostname": + if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) { + nodo::subsystem::ssh::local_key { "$hostname": owner => root, group => root, home => '/root', -- cgit v1.2.3