Displaying 2 results from an estimated 2 matches for "railsmongrelapacheproxybalanc".
Did you mean:
railsmongrelapacheproxybalancer
2007 Jun 07
3
can i access module "files" w/o using client-server?
Hi,
I''m new to puppet and trying to get started using it just in local mode.
My basic question is: how can i reference a static file within the module
(eg in the module''s files/ subdirectory, as described in
http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation). I suppose i
could try using a full.absolute path to the file, but that seems to
completely defeat the purpose
2007 Jul 12
15
Ruby Gems and Rails
...isn''t ideal for things like mongrel which have a few
dependencies) or run my own gem repository with *exactly* the right
versions of gems and their dependencies - are these my only options ?
There seems to be a recipe for managing mongrel
(http://www.reductivelabs.com/trac/puppet/wiki/RailsMongrelApacheProxybalancer)
but I can''t see how this can work as the mongrel gem prompts the user
for version/platform info ?
So as an example I''m using this to get mongrel :
class www-mongrel {
exec { "wget
http://rubyforge.org/frs/download.php/19878/rake-0.7.3.gem":
cwd =...