Re: [Puppet Users] puppet pull code from svn

2013-05-23 Thread Alessandro Franceschi
You may also find this useful: https://github.com/example42/puppet-svn/blob/master/manifests/reposync.pp it creates a command that can be used either via Puppet or via cron or directly via shell to pull code from a subversion repository. A similar alter-ego for git is: https://github.com/example4

Re: [Puppet Users] puppet pull code from svn

2013-05-20 Thread Wolf Noble
Hi Dominic, take a look at the vcsrepo module: http://forge.puppetlabs.com/puppetlabs/vcsrepo this should likely get you everything you need. On Mon, May 20, 2013 at 2:45 PM, DJames wrote: > How can i setup puppet to pull code from A current SVN server? > > -- > You received this message b