[chef] Re: Re: Re: Re: Is this a bug in the apache2 cookbook?


Chronological Thread 
  • From: Tim Uckun < >
  • To:
  • Subject: [chef] Re: Re: Re: Re: Is this a bug in the apache2 cookbook?
  • Date: Tue, 10 Jan 2012 10:16:23 +1300

On Tue, Jan 10, 2012 at 10:13 AM, AJ Christensen 
< >
 wrote:
> Right, the 'a2enmod' / 'a2dismod' script manages the symlinks. On
> non-ubuntu/debian systems, this has to be managed by robot.

Again the issue is not the management of the files the issue is the
creation of the files. The apache2 recipe does not create the .load
file for ubuntu/debian based systems (at least not for the passenger
module).

Maybe the fault is with the passenger_apache2 recipe I don't know but
in order to install passenger on ubuntu I had to add ubuntu to the
list like this...

if platform?("redhat", "centos", "scientific", "fedora", "arch",
"suse" , "debian", "ubuntu")
    file "#{node['apache']['dir']}/mods-available/#{params[:name]}.load" do
      content "LoadModule #{params[:name]}_module #{params[:module_path]}\n"
      mode 0644
    end
  end



Archive powered by MHonArc 2.6.16.

§