/[adm]/puppet/modules/buildsystem/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/buildsystem/manifests/init.pp

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

revision 917 by boklm, Sat Jan 29 15:43:55 2011 UTC revision 918 by boklm, Sat Jan 29 15:48:13 2011 UTC
# Line 12  class buildsystem { Line 12  class buildsystem {
12          $createsrpm_path = '/usr/share/repsys/create-srpm'          $createsrpm_path = '/usr/share/repsys/create-srpm'
13    
14          include ssh::auth          include ssh::auth
15          ssh::auth::key { $build_login: } # declare a key for build bot: RSA, 2048 bits          ssh::auth::key { $build_login: # declare a key for build bot: RSA, 2048 bits
16          ssh::auth::key { $sched_login: } # declare a key for sched bot: RSA, 2048 bits                  home => $build_home_dir,
17            }
18            ssh::auth::key { $sched_login: # declare a key for sched bot: RSA, 2048 bits
19                    home => $sched_home_dir,
20            }
21      }      }
22    
23      class mainnode inherits base {      class mainnode inherits base {

Legend:
Removed from v.917  
changed lines
  Added in v.918

  ViewVC Help
Powered by ViewVC 1.1.30