File: latest_client.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-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
vcsrepo { '/tmp/vcstest/p4_client_root':
  ensure   => latest,
  provider => 'p4',
  source   => '//depot/...',
}