plc.d/accessors now created the tagtype for all defined accessors
[plcapi.git] / db-config.d / 010-node_tags
index 6e835e7..8e406c8 100644 (file)
@@ -1,6 +1,4 @@
 # -*-python-*-
-# $Id: 010-node_tags 
-# $URL: 
 #################### node tag types
 
 # Setup default node tag types
@@ -8,9 +6,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',
+     'roles' : ['admin','pi','user','tech']},
 ]
 
 for nodetag_type in nodetag_types: