This file is indexed.

/etc/maas/pserv.yaml is in maas-cluster-controller 1.5.4+bzr2294-0ubuntu1.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
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
##
## 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:
  # The "root" setting has been replaced by "resource_root".  The old setting
  # is used one final time when upgrading a pre-14.04 cluster controller to a
  # 14.04 version.  After that upgrade, it can be removed.
  #
  # resource_root: /var/lib/maas/boot-resources/current/

  # port: 69
  ## The URL to be contacted to generate PXE configurations.
  # generator: http://localhost/MAAS/api/1.0/pxeconfig/