diff options
author | mh <mh@immerda.ch> | 2012-06-05 18:46:39 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-05 18:46:39 -0300 |
commit | 8d0127b219afd864c857409d572537cf3247d9dc (patch) | |
tree | 48c33f323a78b0ba572044a3a429aabe314f5069 /README | |
parent | 2204eb01f6cf10992ccdd7e092d1fc522e5ec3e1 (diff) | |
download | puppet-sshd-8d0127b219afd864c857409d572537cf3247d9dc.tar.gz puppet-sshd-8d0127b219afd864c857409d572537cf3247d9dc.tar.bz2 |
new style for 2.7
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ Generate a public/private keypair with the ssh_keygen function. For example, the following will generate ssh keys and put the different parts of the key into variables: -$ssh_keys = ssh_keygen("${$ssh_key_basepath}/backup/keys/${fqdn}/${backup_host}") +$ssh_keys = ssh_keygen("${$ssh_key_basepath}/backup/keys/${::fqdn}/${backup_host}") $public_key = split($ssh_keys[1],' ') $sshkey_type => $public_key[0] $sshkey => $public_key[1] |