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 (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
vcsrepo { '/tmp/vcstest-hg-clone':
  ensure   => present,
  provider => hg,
  source   => 'http://hg.basho.com/riak',
  revision => 'riak-0.5.3',
}