summaryrefslogtreecommitdiff
path: root/examples/p4/sync_client.pp
blob: 55dc9dcdcef1e926afb800aea1b18f7fa33189ba (plain)
1
2
3
4
5
6
vcsrepo { "/tmp/vcstest/p4_client_root":
  ensure    => present,
  provider  => p4, 
  source    => "//depot/...",
  revision  => "30"
}