Parcourir la source

[2832] add datasrc spec support for 'cache-type'

Paul Selkirk il y a 12 ans
Parent
commit
9a160a14fc
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/bin/cfgmgr/plugins/datasrc.spec.pre.in

+ 6 - 0
src/bin/cfgmgr/plugins/datasrc.spec.pre.in

@@ -68,6 +68,12 @@
                                 "item_name": "name",
                                 "item_type": "string",
                                 "item_optional": true
+                            },
+                            {
+                                "item_name": "cache-type",
+                                "item_type": "string",
+                                "item_optional": true,
+                                "item_default": "local"
                             }
                         ]
                     }