/[adm]/puppet/external/sshkeys/manifests/create_key.pp
ViewVC logotype

Diff of /puppet/external/sshkeys/manifests/create_key.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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    

Legend:
Removed from v.3191  
changed lines
  Added in v.3192

  ViewVC Help
Powered by ViewVC 1.1.30