Skip to content

Commit

Permalink
simply the remotehosts schema ip address validation and make it more …
Browse files Browse the repository at this point in the history
…accurate
  • Loading branch information
k-rister committed Apr 30, 2024
1 parent 65c21e5 commit 074aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"properties": {
"controller-ip-address": {
"type": "string",
"pattern": "^[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}$"
"pattern": "^\d{1,3}\\.\d{1,3}\\.\d{1,3}\\.\d{1,3}$"
},
"cpu-partitioning": {
"type": "boolean"
Expand Down

0 comments on commit 074aae3

Please sign in to comment.