conman:  Fix a mistaken status rule.

Having a working config implies having a config, not having a lack
thereof.

Change-Id: Ic101176421449ce9127a4a507146e2f514b8bcb1
diff --git a/conman/status.py b/conman/status.py
index 118bafc..1026a0b 100644
--- a/conman/status.py
+++ b/conman/status.py
@@ -63,8 +63,8 @@
         (P.COULD_REACH_ACS,),
     ),
     P.HAVE_WORKING_CONFIG: (
-        (),
         (P.HAVE_CONFIG,),
+        (),
     ),
 }