Displaying 1 result from an estimated 1 matches for "danhanks".
Did you mean:
0athanks
2011 Jul 18
1
Vscrepo and templates
Hi there,
I''m using an older puppet (0.25) and vcsrepo. I''m trying to do something
like this (client-side only, no master involved):
vcsrepo {
"/svn/checkout/":
source => svn://host/path,
revision => $revision,
ensure => present,
provider => "svn"
}
file {
"my_file":
path => "/path/to/file",
ensure