]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
new style for 2.7
authormh <mh@immerda.ch>
Tue, 5 Jun 2012 21:46:39 +0000 (18:46 -0300)
committermh <mh@immerda.ch>
Tue, 5 Jun 2012 21:46:39 +0000 (18:46 -0300)
README

diff --git a/README b/README
index 417e289705548b2d20f912660be6290ba92f98e1..7e1b1f57ebe4ade6c24e90a1cf8657993538e760 100644 (file)
--- a/README
+++ b/README
@@ -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]