Set infosssd config value preconfigured as a boolean
authorRob Crittenden <rcritten@redhat.com>
Fri, 8 May 2015 13:44:26 +0000 (09:44 -0400)
committerRob Crittenden <rcritten@redhat.com>
Fri, 8 May 2015 13:44:26 +0000 (09:44 -0400)
commitc8e736a1dd521d07ff37eac650c3b3cab9653f2f
treeaf2030307a96be673a773a278c454d216e4a852a
parentabcefb0f2eece549371f951b58144188d2ac9307
Set infosssd config value preconfigured as a boolean

It was storing a python boolean which saved as integer 1
but when reading the data the Condition translates text into
a python native value.

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Nathan Kinder <nkinder@redhat.com>
ipsilon/info/infosssd.py