Displaying 1 result from an estimated 1 matches for "f064584".
Did you mean:
106458
2013 Mar 12
2
Puppet with Passenger - 403 Forbidden
...the Puppet master from a client, I was getting a ''403 Forbidden
error''.
Have dug around a bit, I found the auth.conf file. Made a slight tweak as
follows:
-bash-4.1$ git diff templates/auth.conf.erb
diff --git a/templates/auth.conf.erb b/templates/auth.conf.erb
index 04ef5c6..f064584 100644
--- a/templates/auth.conf.erb
+++ b/templates/auth.conf.erb
@@ -104,3 +104,4 @@ allow <%= puppetmaster rescue fqdn %>
# of showing the default policy, which is deny everything else
path /
auth any
+allow *
Restarted Apache, and Puppet agent sprang into Life...
So looking at the f...