/[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 2555 by misc, Sat Mar 17 10:35:52 2012 UTC revision 2556 by misc, Sat Mar 17 10:40:08 2012 UTC
# Line 12  class bcd { Line 12  class bcd {
12          group { $bcd_login: }          group { $bcd_login: }
13    
14          user { $bcd_login:          user { $bcd_login:
15              homedir => $bcd_home,              home       => $bcd_home,
16              comment => "User for creating ISOs",              managehome => true,
17                comment    => "User for creating ISOs",
18              }              }
19    
20          file { $public_isos:          file { $public_isos:

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

  ViewVC Help
Powered by ViewVC 1.1.30