1 2 3 4 5 6 7
class common::export_ssh_keys { @@sshkey { $::fqdn: type => 'rsa', key => $::sshrsakey, host_aliases => [$::ipaddress,$::hostname], } }