[chef] munin::server & apache2 & mod_openid


Chronological Thread 
  • From: John Merrells < >
  • To:
  • Subject: [chef] munin::server & apache2 & mod_openid
  • Date: Fri, 2 Apr 2010 11:05:01 -0700


Hello

Has anyone set up a munin server lately with the opscode cookbook?

Yesterday I found that depends 'apache2' was missing from metadata.rb, so it's made me a bit suspicious.

Right now I can't authenticate with my openid. It's in the right place I think, but the webserver if telling me 'User is not authorized to access this location.'


:/etc/apache2# cat /usr/local/bin/mod_auth_openid.rb
#!/usr/bin/env ruby

allowed_openids = Array.new
allowed_openids << "http://merrells.myopenid.com"

if allowed_openids.grep(ARGV[0]).length > 0
  exit 0
else
  exit 1
end


John

-- 
John Merrells
+1.415.244.5808








  • [chef] munin::server & apache2 & mod_openid, John Merrells, 04/02/2010

Archive powered by MHonArc 2.6.16.

§