This file is indexed.

/etc/maas/pserv.yaml 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
##
## Provisioning Server (pserv) configuration.
##

## Where to log. This log can be rotated by sending SIGUSR1 to the
## running server.
#
# logfile: "pserv.log"
logfile: "/var/log/maas/pserv.log"

## OOPS configuration (optional).
#
oops:
  ## Directory in which to place OOPS reports.  Must not contain any files
  # or directories other than what the oops machinery creates there.
  #
  # directory:
  directory: "/var/log/maas/oops"
  # reporter:
  reporter: "maas-pserv"

## Message broker configuration (optional, not currently used).
#
broker:
  # host: "localhost"
  # port: 5673
  # username: <current user>
  # password: "test"
  # vhost: "/"

## TFTP configuration.
#
tftp:
  # root: /var/lib/maas/tftp
  # port: 69
  ## The URL to be contacted to generate PXE configurations.
  # generator: http://localhost/MAAS/api/1.0/pxeconfig/

## Boot configuration.
boot:
  # ephemeral:
  ## Directory containing ephemeral boot images, etc.
  #   directory: /var/lib/maas/ephemeral