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 |
Archive powered by MHonArc 2.6.16.