class common::export_ssh_keys { @@sshkey { $facts['fqdn']: type => 'rsa', key => $facts['sshrsakey'], host_aliases => [$facts['ipaddress'],$facts['hostname']], } }