/[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 1843 by boklm, Tue Jul 12 14:32:05 2011 UTC revision 1847 by misc, Sat Jul 16 12:55:08 2011 UTC
# Line 192  class buildsystem { Line 192  class buildsystem {
192          }          }
193    
194          cron { "update maintdb export":          cron { "update maintdb export":
195              command => "sudo -u $maintdb_login $maintdb_binpath root get > /var/www/bs/data/maintdb.txt",              user => $maintdb_login,
196                command => "$maintdb_binpath root get > /var/www/bs/data/maintdb.txt",
197              minute => "*/30",              minute => "*/30",
198          }          }
199    

Legend:
Removed from v.1843  
changed lines
  Added in v.1847

  ViewVC Help
Powered by ViewVC 1.1.30