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":