This file is indexed.

/usr/share/chef-server-api/app/views/layout/application.html.erb is in chef-server-api 10.12.0-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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html>
<html>
  <head>
    <meta content='text/html; charset=utf-8' http-equiv='content-type' />
    <title>Chef Server</title>
    <link href="/stylesheets/base.css" type="text/css" rel="Stylesheet" charset="utf-8" media="all" />
    <link href="/stylesheets/themes/djime-cerulean/style.css" type="text/css" rel="Stylesheet" charset="utf-8" media="all" />
    <link href="/stylesheets/chef.css" type="text/css" rel="Stylesheet" charset="utf-8" media="all" />
  </head>
  <body>
    <div id='container'>
      <div id='header'>
        <h1><a href="<%= absolute_url(:top) -%>">Chef REST API</a></h1>
      </div>
      <div id='main-navigation'>
        <div class='clear'></div>
      </div>
      <div id='wrapper'>
        <div id='main'>
          <div class='block' id='block-text'>
            <div class='content'>
              <h2 class='title'>The REST API</h2>
              <div class='inner'>
                This is the Chef API Server. 
                <% if @webui_url %>
                  <a href="<%= @webui_url -%>">Are you looking for the Web UI?</a>
                <% end %>
              </div>
              <div class='inner'>
                For more information about Chef, head on over to the <a href="http://wiki.opscode.com/">wiki.</a>
              </div>
            </div>
          </div>
          <div id='footer'>
            <div class='block'>
              <p>Copyright &copy; 2009-2011 Opscode, Inc.</p>
            </div>
          </div>
        </div>
        <div id='sidebar'>
          <div class='block notice' id='sidebar_block_notice'></div>
          <div class='block' id='sidebar_block'></div>
        </div>
        <div class='clear'></div>
      </div>
    </div>
  </body>
</html>