Parent Directory
|
Revision Log
|
Patch
revision 3191 by boklm, Thu May 23 15:06:55 2013 UTC | revision 3192 by boklm, Thu May 23 15:10:07 2013 UTC | |
---|---|---|
# | Line 5 define sshkeys::create_key ( | Line 5 define sshkeys::create_key ( |
5 | $keytype = "rsa", | $keytype = "rsa", |
6 | $length = 2048, | $length = 2048, |
7 | $maxdays = "", | $maxdays = "", |
8 | $mindate = "", | $mindate = "" |
9 | ) { | ) { |
10 | sshkeys::namecheck { "${title}-title": parm => "title", value => $title } | sshkeys::namecheck { "${title}-title": parm => "title", value => $title } |
11 |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |