aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-12 10:53:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-12 10:53:40 -0300
commitbd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28 (patch)
tree544c6614fc047174adbb0bba162e494c6bfad849 /manifests
parent6b47a2c3bc423caad723913dd373f645ff634ee9 (diff)
downloadpuppet-backup-bd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28.tar.gz
puppet-backup-bd2a1f340a0a58a29a7a039bcb7f0ece0cc09f28.tar.bz2
Updates local_key resource name
Diffstat (limited to 'manifests')
-rw-r--r--manifests/rsync.pp4
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',