On Mon, Jul 18, 2011 at 6:08 PM, Dan Hanks wrote:
> 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 => pre
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 => "/pa