Issue #3082 has been updated by Alan Barrett.
Luke Kanies wrote: > Would you mind forking it and making those changes? OK, I could do that. I also wonder whether it makes more sense to have separate "vcsrepo" and "vcscheckout" types. For centralised systems, having separate types would, I think, be much more intuitive. Even for git, the vcsrepo type could specify things that go in .git/config, and the vcscheckout type could specify what branch or revision to use; however, git users won't want to specify two puppet resources for what they see an one thing. I may be able to come up with a compromise if I fiddle enough. ---------------------------------------- Feature #3082: Repository management type and provider http://projects.puppetlabs.com/issues/3082 Author: James Turnbull Status: Closed Priority: Normal Assigned to: Luke Kanies Category: newfeature Target version: Affected version: 0.25.4rc1 Keywords: repository svn git type provider Branch: There should a type for managing repositories with providers for git/svn/other?: <pre> repo { "myrepository": url = "git://???"|"svn://"|etc ensure => present|absent|latest|revision } </pre> Should support at least SVN and Git. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
