Fixed ssh key handling from OpenBSD.
This commit is contained in:
parent
e2cba471db
commit
d86de74c53
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ define backuppc::manualclient($ensure = "present", $operatingsystem = "default")
|
||||||
key => "${backuppc_sshkey}",
|
key => "${backuppc_sshkey}",
|
||||||
type => "ssh-rsa",
|
type => "ssh-rsa",
|
||||||
user => root,
|
user => root,
|
||||||
|
target => "/root/.ssh/authorized_keys",
|
||||||
tag => "backuppc",
|
tag => "backuppc",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue