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

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

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

revision 1871 by misc, Wed Jul 20 01:56:31 2011 UTC revision 1878 by misc, Wed Jul 20 12:09:13 2011 UTC
# Line 114  class git { Line 114  class git {
114          }          }
115    
116          cron { "update $name":          cron { "update $name":
117              command => "cd $name ; /usr/bin/git pull -q" ,              command => "cd $name ; /usr/bin/git fetch -q",
118              minute => $refresh              minute => $refresh
119          }          }
120      }      }

Legend:
Removed from v.1871  
changed lines
  Added in v.1878

  ViewVC Help
Powered by ViewVC 1.1.30