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