This file is indexed.

/usr/lib/ruby/vendor_ruby/chef-server-webui/slicetasks.rb 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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
namespace :slices do
  namespace :chefserverslice do 
    
    # add your own chefserver tasks here
    
    # # Uncomment the following lines and edit the pre defined tasks
    #
    # # implement this to test for structural/code dependencies
    # # like certain directories or availability of other files
    # desc "Test for any dependencies"
    # task :preflight do
    # end
    # 
    # # implement this to perform any database related setup steps
    # desc "Migrate the database"
    # task :migrate do
    # end
    
  end
end