This file is indexed.

/usr/share/chef-server-webui/app/views/roles/edit.html.haml is in chef-server-webui 10.12.0+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
.block#block-tables
  .content
    %h2.title= "Role #{h @role.name}"
    .inner
      = partial('navigation', :active => 'edit')
      = partial('form', :header => "Edit Role #{@role.name}", :form_id => 'edit_role', :submit_name => "Save Role", :submit_id => "edit_role_button", :form_for => 'edit', :form_url => url(:role, @role.name), :method => :put)