Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Incomplete
-
Affects Version/s: PUP 3.3.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Template:customfield_10700 40447
-
Team:Coremunity
Description
When I run
<pre>
puppetmasterd --compile myclient.example.net >myclient.yaml
</pre>
then the output file contains
<pre>
ESC[0;36mnotice: Compiled catalog for myclient.example.net in 40.23 secondsESC[0m
{"data":{"edges":[... (one very long line of data) ...
</pre>
The "notice:" line should have been sent to stderr, not to stdout, so that it does not get mixed in with the YAML data.