/[adm]/puppet/modules/gnupg/manifests/keys.pp
ViewVC logotype

Diff of /puppet/modules/gnupg/manifests/keys.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2630 by misc, Mon Mar 19 17:11:39 2012 UTC revision 2631 by misc, Mon Mar 19 18:11:43 2012 UTC
# Line 4  Line 4 
4      # to follow them      # to follow them
5      # however, for testing purpose, 4096 is too strong,      # however, for testing purpose, 4096 is too strong,
6      # this empty the entropy of my vm      # this empty the entropy of my vm
7  class gnupg::keys($email,  define gnupg::keys($email,
8                    $key_name,                     $key_name,
9                    $key_type = 'RSA',                     $key_type = 'RSA',
10                    $key_length = '4096',                     $key_length = '4096',
11                    $expire_date = '400d',                     $expire_date = '400d',
12                    $login = 'signbot',                     $login = 'signbot',
13                    $batchdir = '/var/lib/signbot/batches',                     $batchdir = '/var/lib/signbot/batches',
14                    $keydir = '/var/lib/signbot/keys') {                     $keydir = '/var/lib/signbot/keys') {
15    
16      include gnupg::client      include gnupg::client
17      file { "$name.batch":      file { "$name.batch":

Legend:
Removed from v.2630  
changed lines
  Added in v.2631

  ViewVC Help
Powered by ViewVC 1.1.30