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

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

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

revision 3429 by colin, Sun Mar 23 20:53:23 2014 UTC revision 3430 by colin, Sun Mar 23 20:54:22 2014 UTC
# Line 16  define git::snapshot( $source, Line 16  define git::snapshot( $source,
16    
17      if ($refresh != '0') {      if ($refresh != '0') {
18          cron { "update $name":          cron { "update $name":
19              # FIXME no -q ?              command => "cd $name && /usr/bin/git pull -q",
             command => "cd $name && /usr/bin/git -q pull",  
20              user    => $user,              user    => $user,
21              minute  => $refresh              minute  => $refresh
22          }          }

Legend:
Removed from v.3429  
changed lines
  Added in v.3430

  ViewVC Help
Powered by ViewVC 1.1.30