mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[3259] Update .spec files with new hooks-libraries syntax
This commit is contained in:
@@ -10,10 +10,16 @@
|
||||
"item_default": [],
|
||||
"list_item_spec":
|
||||
{
|
||||
"item_name": "hooks-library",
|
||||
"item_type": "string",
|
||||
"item_name": "hooks-library-spec",
|
||||
"item_type": "map",
|
||||
"item_optional": false,
|
||||
"item_default": ""
|
||||
"map_item_spec": [
|
||||
{
|
||||
"item_name": "library",
|
||||
"item_type": "string"
|
||||
"item_optional": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
@@ -10,10 +10,16 @@
|
||||
"item_default": [],
|
||||
"list_item_spec":
|
||||
{
|
||||
"item_name": "hooks-library",
|
||||
"item_type": "string",
|
||||
"item_name": "hooks-library-spec",
|
||||
"item_type": "map",
|
||||
"item_optional": false,
|
||||
"item_default": ""
|
||||
"map_item_spec": [
|
||||
{
|
||||
"item_name": "library",
|
||||
"item_type": "string"
|
||||
"item_optional": false
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user