This file is indexed.

/usr/lib/python2.7/dist-packages/metadataserver/fixtures/initial_data.yaml is in python-django-maas 1.5+bzr2252-0ubuntu1.

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
- model: auth.user
  pk: 1
  fields:
    username: 'maas-init-node'
    first_name: 'Node initializer'
    last_name: 'Special user'
    email: ''
    password: '!'
    is_staff: false
    is_active: false
    is_superuser: false
    last_login: 2012-02-16
    date_joined: 2012-02-16