Guest User

Untitled

a guest
Jan 21st, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class blah {
  2. vcsrepo { "/tmp/vcstest-git-clone":
  3. ensure => present,
  4. provider => git,
  5. source => "git://github.com/bruce/rtex.git"
  6. }
  7. }
Add Comment
Please, Sign In to add comment