aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-08 12:26:43 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-08 12:26:43 -0400
commit7dcb79f4e652aa4ac4ef83a70b7e16f06bd82840 (patch)
tree7cbae5f5f4f70b46b718b21de93f4f3d86a2e068
parent5c6249d97b3903098ff9ac492a3be1dab3a6f0f9 (diff)
downloadpuppet-backupninja-7dcb79f4e652aa4ac4ef83a70b7e16f06bd82840.tar.gz
puppet-backupninja-7dcb79f4e652aa4ac4ef83a70b7e16f06bd82840.tar.bz2
Undo change to source filename of client-side ssh key
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 711a8cc..9b739d1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -71,7 +71,7 @@ class backupninja (
})
ensure_resource('file', $keydestfile, {
'ensure' => 'present',
- 'source' => "${keystore}/${keydestname}",
+ 'source' => "${keystore}/${real_user}_id_${key_type}",
'mode' => '0700',
'owner' => $keyowner,
'group' => $keygroup,