Re: [Puppet Users] node class include vs module include

2011-05-26 Thread Ronen Narkis
I would also expect Class["git"] -> Vcsrepo <| |> to work, but it doesn't Ronen On Fri, May 27, 2011 at 12:49 AM, Ronen wrote: > Hey, > > Im trying to use the puppet vcsrepo module, one of the issues I had > with it is that its required to have a vcs installed before the plugin > is used with

[Puppet Users] node class include vs module include

2011-05-26 Thread Ronen
Hey, Im trying to use the puppet vcsrepo module, one of the issues I had with it is that its required to have a vcs installed before the plugin is used within a class or else it fails with: err: Could not run Puppet configuration client: Could not find a default provider for vcsrepo Iv solved t