Project

General

Profile

Actions

Bug #13813

closed

While adding parameter to any host if the parameter value contain the multiple space , it's generating the faulty yaml

Added by Bryan Kearney about 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
External Nodes
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1306395
Description of problem:
While adding parameter to any host if the parameter value contain the multiple space , it's generating the faulty yaml and hence the corresponding faulty change are reflected to the puppet agent.

Version-Release number of selected component (if applicable):
6.1

How reproducible:
Every time

Steps to Reproduce:
While adding parameter ( Host --> parameter --> add parameter ) to any host if the parameter value contain the multiple lines with spaces ( "\" shows up every 2nd entry in between parts of the line) , it's generating the faulty yaml add and hence the corresponding faulty change are reflected to the client config file.

extend    =    auth                          include              password-auth
             account     include                  password-auth

Corresponding yaml generated

extend: ! "auth               include              password-auth\r\naccount
    \        include               password-auth"                               

extra '\' added.

Actual results:

Expected results:

Additional info:

Actions

Also available in: Atom PDF