Hi everyone,

On my dashboard, for everynode on the 'event' tab I am able to click on the
'content changed' (the md5 sum seems to be a link) but when I do I get a
window with 'getaddrinfo: Name or service not known'

Here is the error on the dahsboard:
Processing FilesController#show (for 10.63.1.64 at 2012-09-20 12:47:02)
[GET]
  Parameters: {"action"=>"show", "controller"=>"files",
"file"=>"b7336e9648dd5373bc8a506e85ba67a6"}
Completed in 6ms (View: 1, DB: 0) | 500 Internal Server Error [
http://dashboard.vitry.exploit.anticorp/files/show?file=b7336e9648dd5373bc8a506e85ba67a6
]


here is the content of the auth.conf:

# cat conf/auth.conf | grep -v ^#

path ~ ^/catalog/([^/]+)$
method find
allow $1

path ~ ^/node/([^/]+)$
method find
allow $1

path /certificate_revocation_list/ca
method find
allow *

path /report
method save
allow *

path /facts
auth any
method find, search
allow *

path /file
allow *

path /certificate/ca
auth any
method find
allow *

path /certificate/
auth any
method find
allow *

path /certificate_request
auth any
method find, save
allow *

path ~ /certificate_status/
auth any
allow /(?i-mx:linux-install)/

path /
auth any


Any idea why the diff feature is not working?

Regards,
JM

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to