actually create nodetags
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 7 Jul 2009 14:57:52 +0000 (14:57 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 7 Jul 2009 14:57:52 +0000 (14:57 +0000)
db-config.d/02-nodetags

index 02f441c..b05f15e 100644 (file)
@@ -1,5 +1,5 @@
 #################### node tags
-default_node_types = [
+default_node_tags = [
     { 'tagname' : 'arch',
       'description' : 'architecture name',
       'category' : 'node/config', 
@@ -14,3 +14,4 @@ default_node_types = [
       'min_role_id' : 10} ,
     ]
 
+for node_type in default_node_tags: SetTagType (node_type)