commit | cab4d171f0163544ef729ea76db6fbf25b631270 | [log] [tgz] |
---|---|---|
author | Scott Barr <scott@barr.co.za> | Thu Jun 27 10:10:16 2013 +0200 |
committer | Scott Barr <scott@barr.co.za> | Thu Jun 27 10:10:16 2013 +0200 |
tree | 1684cbb7eabc3d16f2beb5702a21c059e8662176 | |
parent | cd8bfad3f2c3cc348695a1e8c438afe69de00aca [diff] |
Backuppc::client - added random password to backup system account to prevent account locking.
diff --git a/manifests/client.pp b/manifests/client.pp index 3b33c8c..391de5f 100644 --- a/manifests/client.pp +++ b/manifests/client.pp
@@ -306,7 +306,8 @@ managehome => true, shell => '/bin/bash', comment => 'BackupPC', - system => true + system => true, + password => sha1("tyF761_${::fqdn}${::uniqueid}") } file { "${system_home_directory}/.ssh":