diff options
Diffstat (limited to 'deployment/common/manifests/export_ssh_keys.pp')
| -rw-r--r-- | deployment/common/manifests/export_ssh_keys.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/common/manifests/export_ssh_keys.pp b/deployment/common/manifests/export_ssh_keys.pp new file mode 100644 index 00000000..55b8f33b --- /dev/null +++ b/deployment/common/manifests/export_ssh_keys.pp @@ -0,0 +1,7 @@ +class common::export_ssh_keys { + @@sshkey { $::fqdn: + type => 'rsa', + key => $::sshrsakey, + host_aliases => [$::ipaddress,$::hostname], + } +} |
