Re: [Puppet Users] Vscrepo and templates

2011-07-18 Thread Nan Liu
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

[Puppet Users] Vscrepo and templates

2011-07-18 Thread Dan Hanks
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