/[adm]/puppet/modules/gnupg/templates/batch
ViewVC logotype

Contents of /puppet/modules/gnupg/templates/batch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 814 - (show annotations) (download)
Mon Jan 17 15:24:10 2011 UTC (13 years, 3 months ago) by misc
File size: 291 byte(s)
- add a module to generate gnupg key ( similar to the one for openssl
  certs )
1 %echo Generating a standard key
2 Key-Type: <%= key_type %>
3 Key-Length: <%= key_length %>
4 Name-Real: <%= key_name %>
5 Name-Comment: Key made by puppet on <%= fqdn %>
6 Name-Email: <%= email %>
7 Expire-Date: <%= expire_date %>
8 %pubring <%= name %>.pub
9 %secring <%= name %>.sec
10 %commit
11 %echo done
12

  ViewVC Help
Powered by ViewVC 1.1.30