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

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

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

revision 2554 by dams, Fri Jan 6 15:28:34 2012 UTC revision 2555 by misc, Sat Mar 17 10:35:52 2012 UTC
# Line 9  class bcd { Line 9  class bcd {
9      class base inherits variable {      class base inherits variable {
10          include sudo          include sudo
11    
12          buildsystem::sshuser { $bcd_login:          group { $bcd_login: }
13    
14            user { $bcd_login:
15              homedir => $bcd_home,              homedir => $bcd_home,
16              comment => "User for creating ISOs",              comment => "User for creating ISOs",
17          }              }
18    
19          file { $public_isos:          file { $public_isos:
20              ensure => directory,              ensure => directory,

Legend:
Removed from v.2554  
changed lines
  Added in v.2555

  ViewVC Help
Powered by ViewVC 1.1.30