Given that pulp is written in python, and it uses ConfigParser for its
config files, either : or = will work just fine as separator.

https://docs.python.org/2/library/configparser.html

Mihai

On Mon, Dec 7, 2015 at 12:00 PM, Kodiak Firesmith <kfiresm...@gmail.com>
wrote:

> Hey Pulp Folks,
> Still muddling through the Pulp setup docs and noticed the docs provide
> examples like this:
>
> [server]host = localhost.localdomain
>
> Whereas the actual conf files seem to use colons like this:
>
> [server]
>
> host: localhost.localdomain
>
>
> 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?
>
>
> Thanks!
>
>  - Kodiak
>
>
>
> _______________________________________________
> Pulp-list mailing list
> Pulp-list@redhat.com
> https://www.redhat.com/mailman/listinfo/pulp-list
>
_______________________________________________
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Reply via email to