This file is indexed.

/usr/lib/python2.7/dist-packages/cts/CTSvars.py is in pacemaker 1.1.10+git20130802-1ubuntu2.4.

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
class CTSvars:
    CTS_home="/usr/share/pacemaker/tests/cts"
    Fencing_home="/usr/share/pacemaker/tests/cts"
    CRM_CONFIG_DIR="/var/lib/pacemaker/cib"
    CRM_DAEMON_USER="hacluster"
    CRM_DAEMON_DIR="/usr/lib/pacemaker"
    HA_VARLIBHBDIR="/var/lib/heartbeat"
    OCF_ROOT_DIR="/usr/lib/ocf"