Re: [Puppet Users] vcsrepo using wrong provider

2011-10-25 Thread Nan Liu
On Wed, Oct 26, 2011 at 12:19 AM, nate 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 (cen

Re: [Puppet Users] vcsrepo using wrong provider

2011-10-25 Thread Ken Barber
Question - does it still work for you? I think this might be just telling you what its default has fallen back to. Your override using the provider => "git" bit should still work right? ken. On Wed, Oct 26, 2011 at 1:19 AM, nate wrote: > i'm using the vcsrepo type to test creating a simple repo

[Puppet Users] vcsrepo using wrong provider

2011-10-25 Thread nate
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