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

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

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

revision 2195 by misc, Sun Jan 8 20:24:50 2012 UTC revision 2199 by misc, Sun Jan 8 20:24:58 2012 UTC
# Line 9  class dashboard { Line 9  class dashboard {
9    
10      class base inherits variable {      class base inherits variable {
11          user {"$dashboard_login":          user {"$dashboard_login":
             ensure => present,  
12              comment => "dashboard system user",              comment => "dashboard system user",
             managehome => true,  
13              home => $dashboard_home_dir,              home => $dashboard_home_dir,
             shell => "/bin/bash",  
14          }          }
15    
16          subversion::snapshot { $dashboard_dir:          subversion::snapshot { $dashboard_dir:

Legend:
Removed from v.2195  
changed lines
  Added in v.2199

  ViewVC Help
Powered by ViewVC 1.1.30