Site updated at 2016-01-23 22:16:37 UTC

This commit is contained in:
Travis CI 2016-01-23 22:16:37 +00:00
parent f5a483987f
commit 7bf71d93c8
13 changed files with 170 additions and 167 deletions

View file

@ -151,9 +151,12 @@
</div>
</div>
<p>Indentation is used to specify which objects are nested under one anohter. Getting the right indentation can be tricky if youre not using an editor with a fixed width font. You can test your configuration using <a href="http://yaml-online-parser.appspot.com/">this online YAML parser</a>.</p>
<p>Indentation is used to specify which objects are nested under one anohter. Getting the right indentation can be tricky if youre not using an editor with a fixed width font. Tabs are not allowed to be used for indentation.</p>
<p>To learn more about the quirks of YAML, read <a href="https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html">YAML IDIOSYNCRASIES</a> by SaltStack.</p>
<ul>
<li>To learn more about the quirks of YAML, read <a href="https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html">YAML IDIOSYNCRASIES</a> by SaltStack.</li>
<li>You can test your configuration using <a href="http://yaml-online-parser.appspot.com/">this online YAML parser</a>.</li>
</ul>
<h3><a class="title-link" name="my-component-does-not-show-up" href="#my-component-does-not-show-up"></a> My component does not show up</h3>