2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[3259] Update .spec files with new hooks-libraries syntax

This commit is contained in:
Stephen Morris
2015-10-28 11:24:27 +00:00
parent e8107f7af4
commit 9f158bae40
2 changed files with 18 additions and 6 deletions

View File

@@ -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
}
]
}
},

View File

@@ -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
}
]
}
},