diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 10:53:40 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-12 10:53:40 -0300 | 
| commit | bd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28 (patch) | |
| tree | 544c6614fc047174adbb0bba162e494c6bfad849 /manifests | |
| parent | 6b47a2c3bc423caad723913dd373f645ff634ee9 (diff) | |
| download | puppet-backup-bd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28.tar.gz puppet-backup-bd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28.tar.bz2 | |
Updates local_key resource name
Diffstat (limited to 'manifests')
| -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', | 
