Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- exec { "git_clone_${title}":
- command => "git clone ${brancharg}${origin} ${directory}",
- environment => $env,
- creates => "${directory}/.git/config",
- user => $owner,
- timeout => $timeout,
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement