Fix version output when missing.
[plcapi.git] / db-config.d / 010-node_tags
index 6e835e7..b0062fc 100644 (file)
@@ -8,9 +8,9 @@ nodetag_types = \
 [
     # Node HRN (SFA specific human readable name)
     {'tagname': 'hrn',
-     'description': 'SFA specific human readable name',
-     'category' : 'sfa/general',
-     'min_role_id': 10},
+     'description': 'SFA human readable name',
+     'category' : 'node/sfa',
+     'min_role_id': 40},
 ]
 
 for nodetag_type in nodetag_types: