This file is indexed.

/usr/share/doc/python-stetl/examples/basics/1_copystd/etl.cfg is in python-stetl 1.1+ds-2.

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
# Trivial example of an ETL Chain that just copies a file to standard output.

[etl]
chains = input_xml_file|output_std

[input_xml_file]
class = inputs.fileinput.XmlFileInput
file_path = input/cities.xml

[output_std]
class = outputs.standardoutput.StandardXmlOutput