This file is indexed.

/etc/maas/import_pxe_files is in maas-cluster-controller 1.2+bzr1373+dfsg-0ubuntu1~12.04.6.

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
# This file replaces an older one called import_isos.  Include that here for
# compatibility.
if [ -f /etc/maas/import_isos ]
then
    cat >&2 <<EOF

Including obsolete /etc/maas/import_isos in configuration.  This file has been
superseded by import_pxe_files.  Please see if it can be removed.

EOF
    . /etc/maas/import_isos
fi


#RELEASES="oneiric precise"
# XXX: rvb 2013-02-13 bug=1115178: raring images are not there yet.
RELEASES="precise quantal"
#ARCHES="amd64/generic i386/generic armhf/highbank"
#LOCALE="en_US"
#IMPORT_EPHEMERALS=1