diff options
| author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-08 12:26:43 -0400 | 
|---|---|---|
| committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-05-08 12:26:43 -0400 | 
| commit | 7dcb79f4e652aa4ac4ef83a70b7e16f06bd82840 (patch) | |
| tree | 7cbae5f5f4f70b46b718b21de93f4f3d86a2e068 /manifests | |
| parent | 5c6249d97b3903098ff9ac492a3be1dab3a6f0f9 (diff) | |
| download | puppet-backupninja-7dcb79f4e652aa4ac4ef83a70b7e16f06bd82840.tar.gz puppet-backupninja-7dcb79f4e652aa4ac4ef83a70b7e16f06bd82840.tar.bz2 | |
Undo change to source filename of client-side ssh key
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 2 | 
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, | 
