]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Manage ssh private keys with ssh_local_key (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Apr 2014 22:09:17 +0000 (19:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Apr 2014 22:09:17 +0000 (19:09 -0300)
manifests/init.pp

index 34d8c88804f9c673fa6160f4ba15c988037a2f8d..bfa4d450bf7d78d836e6a28dfefaa3c84d608e30 100644 (file)
@@ -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',
       }
     }
   }