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?

-- 
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