File: clone.pp

package info (click to toggle)
puppet-module-puppetlabs-vcsrepo 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 828 kB
  • sloc: ruby: 6,359; sh: 44; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
vcsrepo { '/tmp/vcstest-git-clone':
  ensure   => present,
  provider => git,
  source   => 'git://github.com/bruce/rtex.git',
}