Displaying 1 result from an estimated 1 matches for "rootsshkey".
2011 Oct 12
0
Could not evaluate: Field 'key' is required when exporting ssh_authorized_keys
I seem to have a weird error when trying to collect ssh keys and installing
them on our backup server.
On all hosts I have:
@@ssh_authorized_key { "root@$fqdn":
type => ssh-rsa,
key => $rootsshkey,
tag => ''host'',
user => backups,
}
Then on my backup server I have:
Ssh_authorized_key <<| tag == ''host'' |>>
When running puppet on the backup server I get a whole lot of:
notice: /Stage[main]/Backup/Ssh_authorized_key[root@exam...