diff options
-rw-r--r-- | manifests/rsync.pp | 4 |
1 files 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', |