Hi All. How I post more parameters to define, for example key type and fqdn in this sample? $keys = [[ "key1", "key2" ] pubkey { $keys: user => $login } define pubkey($user) { ssh_authorized_key { "${user}@fqdn-${name}": ensure => present, key => $name, user => $user, type => dsa, } } -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/e571c23a-ad7c-4d05-90ee-a3bc9d69c986%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.