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+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
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 <dominicrjames@gmail.com> wrote:> 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+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
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/example42/puppet-git/blob/master/manifests/reposync.pp On Monday, May 20, 2013 10:08:20 PM UTC+2, Wolf Noble wrote:> > 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 <domini...@gmail.com <javascript:> > > wrote: > >> 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...@googlegroups.com <javascript:>. >> To post to this group, send email to puppet...@googlegroups.com<javascript:> >> . >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > >-- 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+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.