Fixed ssh key handling from OpenBSD.

This commit is contained in:
Timo Mkinen 2009-09-14 09:18:18 +03:00
parent e2cba471db
commit d86de74c53

View file

@ -36,6 +36,7 @@ define backuppc::manualclient($ensure = "present", $operatingsystem = "default")
key => "${backuppc_sshkey}",
type => "ssh-rsa",
user => root,
target => "/root/.ssh/authorized_keys",
tag => "backuppc",
}
}