From: Silvio Rhatto Date: Sun, 13 Apr 2014 22:09:17 +0000 (-0300) Subject: Manage ssh private keys with ssh_local_key (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a0f53b94ea9491734ea61f21f56ec5bba44be0c0;p=puppet-backup.git Manage ssh private keys with ssh_local_key (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index 34d8c88..bfa4d45 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -217,7 +217,7 @@ class backup( ssh_local_key { 'backup': owner => root, group => root, - home => /root, + home => '/root', } } } @@ -258,7 +258,7 @@ class backup( ssh_local_key { 'backup': owner => root, group => root, - home => /root, + home => '/root', } } }