[Puppet Users] Re: GNI under 1.8.5

2009-08-18 Thread Ohad Levy
cool, now you can try out: http://wiki.github.com/ohadlevy/gni/faq cheers, Ohad On Tue, Aug 18, 2009 at 7:47 PM, Francois Deppierraz < francois.deppier...@camptocamp.com> wrote: > > Ohad Levy wrote: > > > Do you have anything in your vendor/plugins/active_scaffold directory? > > maybe its first

[Puppet Users] Re: GNI under 1.8.5

2009-08-18 Thread Matt
Yep it was # git submodule init # git submodule update # git submodule update --init doesn't work with this version of git :-( Cheers, Matt 2009/8/18 Ohad Levy : > Hi, > > Do you have anything in your vendor/plugins/active_scaffold directory? > maybe its first git submodule init and then upda

[Puppet Users] Re: GNI under 1.8.5

2009-08-18 Thread Francois Deppierraz
Ohad Levy wrote: > Do you have anything in your vendor/plugins/active_scaffold directory? > maybe its first git submodule init and then update ;) Or even "git submodules update --init" for the lazy. François --~--~-~--~~~---~--~~ You received this message becaus

[Puppet Users] Re: GNI under 1.8.5

2009-08-18 Thread Ohad Levy
Hi, Do you have anything in your vendor/plugins/active_scaffold directory? maybe its first git submodule init and then update ;) cheers, Ohad On Tue, Aug 18, 2009 at 6:48 PM, Matt wrote: > > Ohad, > > Yes - > > [gni]# git submodule update > [gni]# git submodule init > Submodule 'vendor/plugins

[Puppet Users] Re: GNI under 1.8.5

2009-08-18 Thread Matt
Ohad, Yes - [gni]# git submodule update [gni]# git submodule init Submodule 'vendor/plugins/active_scaffold' (git://github.com/activescaffold/active_scaffold.git) registered for path 'vendor/plugins/active_scaffold' But I still get the same error. I'm on el4 with git 1.5.4.7. Do I need a part

[Puppet Users] Re: GNI under 1.8.5

2009-08-17 Thread Ohad Levy
Hi Matt, Do you have the active scaffold plugin (in the vendor/plugins directory)? if you don't, you can get it by doing git submodule update --init or if you have an old version of git you might to do init and update in two separated git runs... one of the platforms I've tested GNI on was RHE5 s