Comment 9 for bug 1292116

Revision history for this message
Jay R. Wren (evarlast) wrote : Re: [Bug 1292116] Re: juju get output is ugly (broken line wrapping and escape characters)

The apache2 charm exhibits this behavior.

Take a look at the config.yaml. Most multilines are done via
indentation or > instead of |, but the one attribute which uses |
shows this behavior.

  nagios_context:
    default: true
    description: |
      Used by the nrpe-external-master subordinate charm. A string
that will be prepended to instance name to set the host name in
nagios. So for instance the hostname would be something like:
          juju-postgresql-0
      If you're running multiple environments with the same services
in them this allows you to differentiate between them.
    type: string
    value: juju

The wrapping on nagios_context description is just odd and not valid
yaml because it is wrapped and not indented.

On Thu, Oct 29, 2015 at 10:34 AM, Cheryl Jennings
<email address hidden> wrote:
> I guess at this point, all the charms I've looked at have been written
> to work around this issue, so I'll spend some time creating a dummy
> charm and seeing how the output looks.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1356498).
> https://bugs.launchpad.net/bugs/1292116
>
> Title:
> juju get output is ugly (broken line wrapping and escape characters)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/juju-core/+bug/1292116/+subscriptions