Skip to content

Commit

Permalink
make check
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan committed Feb 23, 2022
1 parent 37dd940 commit 6fa2686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jcchavezs/porto v0.4.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
go.elastic.co/apm/module/apmhttprouter v1.14.0
Expand Down
7 changes: 1 addition & 6 deletions model/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,6 @@
"type": "object",
"format": "raw"
},
"default_fleet_server": {
"description": "True when this policy is the default policy to start Fleet Server",
"type": "boolean"
},
"unenroll_timeout": {
"description": "Timeout (seconds) that an Elastic Agent should be un-enrolled.",
"type": "integer"
Expand All @@ -312,8 +308,7 @@
"policy_id",
"revision_idx",
"coordinator_idx",
"data",
"default_fleet_server"
"data"
]
},
"policy-leader": {
Expand Down

0 comments on commit 6fa2686

Please sign in to comment.