aboutsummaryrefslogtreecommitdiff
path: root/manifests/rsync.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rsync.pp')
-rw-r--r--manifests/rsync.pp15
1 files changed, 8 insertions, 7 deletions
diff --git a/manifests/rsync.pp b/manifests/rsync.pp
index 5f2aa35..8e5d13e 100644
--- a/manifests/rsync.pp
+++ b/manifests/rsync.pp
@@ -31,11 +31,12 @@ define backup::rsync(
sandbox => false,
}
- if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) {
- nodo::subsystem::ssh::local_key { "$hostname":
- owner => root,
- group => root,
- home => '/root',
- }
- }
+ # Currently we're not managing ssh keys this way
+ #if !defined(Nodo::Subsystem::Ssh::Local_key["$hostname"]) {
+ # nodo::subsystem::ssh::local_key { "$hostname":
+ # owner => root,
+ # group => root,
+ # home => '/root',
+ # }
+ #}
}