I am trying to check out CVS code using Puppet. I have the following so far:
vcsrepo { '/cvsdata/SDI/codex':
ensure => present,
owner => 'root',
provider => cvs,
source => ':pserver:anonymous@serverxyz:2702/cvsdata/SDI/codex',
}
I have installed the vcsrepo module, but according one of the pages on Puppet I have to install the VCS first which I couldn't find anywhere. I have few questions regarding it.
1. How and from where can I install the VCS? I use Red Hat 6.
2. How can I check out to the specific location/directory?
↧