ReleaseEngineering/Puppet/Troubleshooting: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "Puppet sometimes gets itself into a weird state that needs manual intervention. = Parsing YAML = <pre>Could not parse YAML data for node linux-ix-ref.build.mozilla.org: syntax e...")
 
(delete outdated content)
 
Line 1: Line 1:
Puppet sometimes gets itself into a weird state that needs manual intervention.
{{ReleaseEngineering Puppet Header}}
 
= Parsing YAML =
<pre>Could not parse YAML data for node linux-ix-ref.build.mozilla.org: syntax error on line 72, col -1</pre>
 
Try deleting the corresponding file in /var/lib/puppet/yaml/node/ on the server.

Latest revision as of 16:54, 25 August 2015

Warning signWarning: This page documents (mostly) the old release engineering puppet deployment. See ReleaseEngineering/PuppetAgain for documentation of the current deployment.
Puppet: Usage | Server Setup | Client Setup | Links | Troubleshooting