diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-13 19:09:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-13 19:09:17 -0300 |
commit | a0f53b94ea9491734ea61f21f56ec5bba44be0c0 (patch) | |
tree | af2596072ad90d8e7fce434e6c8921d1d51fc042 | |
parent | c42d24d3b963bd1bf39e6bb6ceb1f0b5392da524 (diff) | |
download | puppet-backup-a0f53b94ea9491734ea61f21f56ec5bba44be0c0.tar.gz puppet-backup-a0f53b94ea9491734ea61f21f56ec5bba44be0c0.tar.bz2 |
Manage ssh private keys with ssh_local_key (2)
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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', } } } |