https://bugzilla.wikimedia.org/show_bug.cgi?id=51804
Ori Livneh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Ori Livneh <[email protected]> --- The underlying problem was that puppet-classifier was overly strict in its handling of Roles.yaml. First, there isn't much benefit in coercing the user to adopt a strict format when the data consists of class names, one per line. Second, because Puppet (stupidly) swallows both stdout and stderr of the child node classifier process, there was no way for puppet-classifier to actually emit an intelligible parse failure error. This meant that MediaWiki-Vagrant would break in a way that was very difficult to diagnose if you happened to have some non-YAML-compliant syntax in your Roles.yaml file. Fixed in I2f805dbde. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
