Advertisement
andrewbogott

Untitled

Aug 22nd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. exec { "git_clone_${title}":
  2. command => "git clone ${brancharg}${origin} ${directory}",
  3. environment => $env,
  4. creates => "${directory}/.git/config",
  5. user => $owner,
  6. timeout => $timeout,
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement