]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Updates local_key resource name
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 13:53:40 +0000 (10:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 13:53:40 +0000 (10:53 -0300)
manifests/rsync.pp

index b407548590619deaa521daa45feafd79453d453f..997bf02d847398915bcfc0b87e3dfc98a1981867 100644 (file)
@@ -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',