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:

[Puppet Users] puppet pull code from svn

2013-05-20 Thread DJames
How can i setup puppet to pull code from A current SVN server? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post

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 dominicrja...@gmail.com wrote: How can i setup puppet to pull code from A current SVN server? -- You