<div dir="ltr">Given that pulp is written in python, and it uses ConfigParser for its config files, either : or = will work just fine as separator.<div><br></div><div><a href="https://docs.python.org/2/library/configparser.html">https://docs.python.org/2/library/configparser.html</a><br></div><div><br></div><div>Mihai</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 7, 2015 at 12:00 PM, Kodiak Firesmith <span dir="ltr"><<a href="mailto:kfiresmith@gmail.com" target="_blank">kfiresmith@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey Pulp Folks,<div>Still muddling through the Pulp setup docs and noticed the docs provide examples like this:</div><div><br></div><div><pre><span>[</span><span>server</span><span>]</span>
<span>host</span> <span>=</span> <span>localhost</span><span>.</span><span>localdomain</span></pre><pre>Whereas the actual conf files seem to use colons like this:</pre><pre><span style="font-family:arial,sans-serif">[</span><span style="font-family:arial,sans-serif">server</span><span style="font-family:arial,sans-serif">]</span><br></pre><pre><span>host:</span> <span>localhost</span><span>.</span><span>localdomain</span></pre><pre><span><br></span></pre><pre><span>I'm assuming the method used in the actual conf files (colons) wins, but if that's the case, should I file a doc bug to get that updated?</span></pre><pre><span><br></span></pre><pre><span>Thanks!</span></pre><span class="HOEnZb"><font color="#888888"><pre><span> - Kodiak</span></pre><pre><span><br></span></pre></font></span></div></div>
<br>_______________________________________________<br>
Pulp-list mailing list<br>
<a href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pulp-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/pulp-list</a><br></blockquote></div><br></div>