reordered
[myplc.git] / db-config.d / 011-node_tags
similarity index 75%
rename from db-config.d/02-nodetags
rename to db-config.d/011-node_tags
index 8991a9f..3d03521 100644 (file)
@@ -1,3 +1,6 @@
+# -*-python-*-
+# $Id$
+# $URL$
 #################### node tags
 default_node_tags = [
     { 'tagname' : 'arch',
@@ -13,10 +16,6 @@ default_node_tags = [
       'category' : 'node/operation', 
       'min_role_id' : 10} ,
 
-    { 'tagname' : 'exempt_node_until',
-      'description' : 'Exclude this node from MyOps until given date (YYYYMMDD)',
-      'category' : 'node/myops', 
-      'min_role_id' : 10} ,
     ]
 
 for node_type in default_node_tags: SetTagType (node_type)