Steffen Flemming
2013-Sep-18 12:13 UTC
[Puppet Users] Sshkey[hostname]: Could not evaluate: Field ''type'' is required
On some hosts i get:
Notice: /Stage[main]/Trustedhosts/Sshkey[hostname]/key: key changed
''quHqi6XkksBAAAAB3NzaC1yc2EAAAABIwAAAQEAvVmR8qyRkOlHnblUHDh''
to
''CJp+NZwm0cx3UJY/dw+jYdWpWMQ8vHZr4IrDuKrN364+Necn9NzqdDnj40ji9j+qsBEUUBC06GlHFV6+6dH8zzboLPchyMOsU8Fu9ev/LgqE7+LW9fJ/uJjkobqs4MB3dH1AAAAB3NzaC1yc2EAAAABIwAAAQEAquHqi6XkksBvVmR8qyRkOlHnblUHDhyrmAAJb6VD9O9PLM+PNQy+gWgoaeQlIKpZ59XLVvageKT+1bo5bWN5zjbC1YcxnMr56tSPGYtNfT6JM5+3s+SVakf5ojHl6hw5CkJhlY1iI9+qzVR9jP5GSsfmLQ==''
Error: /Stage[main]/Trustedhosts/Sshkey[hostname]: Could not evaluate:
Field ''type'' is required
modules/trustedhosts/manifests/init.pp :
#add key from ssh-keyscan HOSTNAME
class trustedhosts{
sshkey { ''hostname'':
ensure=>present,
type => ''rsa'',
name=>''hostname'',
key=>''quHqi6XkksBAAAAB3NzaC1yc2EAAAABIwAAAQEAvVmR8qyRkOlHnblUHDh'',
}
...
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.