/[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 1783 by boklm, Mon Jun 20 20:47:36 2011 UTC revision 1784 by boklm, Mon Jun 20 21:08:47 2011 UTC
# Line 49  class dashboard { Line 49  class dashboard {
49          apache::vhost_base { "dashboard.$domain":          apache::vhost_base { "dashboard.$domain":
50              location => $dashboard_wwwdir,              location => $dashboard_wwwdir,
51          }          }
52    
53            cron { "update dashboard":
54                command => "$dashboard_bindir/make_report",
55                user => $dashboard_login,
56                hour => "*/2",
57            }
58      }      }
59  }  }

Legend:
Removed from v.1783  
changed lines
  Added in v.1784

  ViewVC Help
Powered by ViewVC 1.1.30