Comment 2 for bug 1308146

Revision history for this message
Matthew Williams (mattyw) wrote :

The problem was down to having bad character in the config.yaml field names. In this case a full stop "."

e.g:

options:
  db.path:
    default: "/var/lib/db"
    type: string
    description: The path where the data files will be kept.