eoly / puppet-rancid

Rancid Puppet Module
Other
6 stars 29 forks source link

Allow the selection of svn as RCS #16

Closed r4v5 closed 3 years ago

r4v5 commented 9 years ago

Defaults to cvs, to keep compatibility with existing installations. Exposes 'rcs_system' param, validates that it's either 'svn' or 'cvs', and passes it to the templated config file.

ghoneycutt commented 9 years ago

@r4v5 Great idea. I added some documentation and reworded the validation message in PR #17