Re: [Puppet Users] Re: undefined method `pip' for #

2012-01-14 Thread Ahmed El-Gamil
Done -> http://projects.puppetlabs.com/issues/11958 Thanks Nigel. -- Ahmed El-Gamil On Saturday, January 14, 2012 at 7:30 PM, Nigel Kersten wrote: > > > On Sat, Jan 14, 2012 at 7:33 AM, Ahmed El-Gamil (mailto:ahmedelga...@gmail.com)> wrote: > > Turns out th

[Puppet Users] Re: undefined method `pip' for #

2012-01-14 Thread Ahmed El-Gamil
Turns out that python-pip was not installed :) -- Ahmed El-Gamil On Saturday, January 14, 2012 at 5:21 PM, Ahmed El Gamil wrote: > Hi Guys, > > Did someone fix that undefined method `pip' for > # https://gist.github.com/1227739) > > I just faced the same error and

[Puppet Users] undefined method `pip' for #

2012-01-14 Thread Ahmed El Gamil
Hi Guys, Did someone fix that undefined method `pip' for #https://gist.github.com/1227739) I just faced the same error and i pretty much can't use puppet-pip at all now :/ Puppet version: 2.7.6 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.

[Puppet Users] Re: Problems with autoloading modules

2011-01-13 Thread Ahmed El Gamil
Thanks Nigel !, This really needs some enhancement .. On Jan 13, 6:54 pm, Nigel Kersten wrote: > On Thu, Jan 13, 2011 at 8:33 AM, Arnau Bria wrote: > > On Thu, 13 Jan 2011 06:39:28 -0800 (PST) > > luke.bigum luke.bigum wrote: > > >> Just to give you some examples of auto loading complex modules

[Puppet Users] Re: Problems with autoloading modules

2011-01-13 Thread Ahmed El Gamil
Thanks Nigel !, This really needs some enhancement .. On Jan 13, 6:54 pm, Nigel Kersten wrote: > On Thu, Jan 13, 2011 at 8:33 AM, Arnau Bria wrote: > > On Thu, 13 Jan 2011 06:39:28 -0800 (PST) > > luke.bigum luke.bigum wrote: > > >> Just to give you some examples of auto loading complex modules

[Puppet Users] Downloading files to Puppet clients from HTTP Server

2010-08-18 Thread Ahmed El Gamil
Hi, I was working on some puppet recipe and came to the need where i want to download a file from an HTTP server, usually i use the "file" resource type with the "source" parameter to push files to the clients, but in this situation i just need to download the file directly from the HTTP server to