Skip to content

Commit

Permalink
specify list of valid repo breeds in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltingpenguin committed Apr 16, 2024
1 parent c5ca25f commit eb5c81d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/69.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Specified list of valid repo breeds in the signatures schema
8 changes: 7 additions & 1 deletion libcobblersignatures/data/v2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@
"description": "",
"type": "array",
"items": {
"type": "string"
"type": "string",
"enum": [
"rsync",
"rhn",
"yum",
"apt"
]
}
},
"kernel_file": {
Expand Down

0 comments on commit eb5c81d

Please sign in to comment.