On Wed, Oct 26, 2011 at 12:19 AM, nate <foil...@gmail.com> wrote:
> i'm using the vcsrepo type to test creating a simple repo like so:
>
> class repotest {
>  vcsrepo { "/tmp/git-test":
>  ensure => bare,
>  provider => "git",
> }
> }
>
> the client (os x, puppet 2.7.5) picks up the custom type from the
> master (centos 5.6, puppet 2.7.4) via pluginsync and creates the
> repository with svn instead:
>
> warning: Found multiple default providers for vcsrepo: svn, cvs, hg,
> git; using svn
>
> this might just be a simple oversight on my part. am i missing
> something?

Erroneous message, if you run with puppet apply/agent -d I'm pretty
sure it's still using git, and not the svn command.

See: http://projects.puppetlabs.com/issues/6403

I'm looking at a way to fix it, and my first stab changing defaultto
on my github branch isn't quite working, so ideas welcomed.

Thanks,

Nan

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to