Skip to content

Commit

Permalink
Fixes #7 - Make the 'ManagedbyHost' field optional in host
Browse files Browse the repository at this point in the history
  • Loading branch information
riton committed Oct 6, 2022
1 parent af446e0 commit 95d4057
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
7 changes: 7 additions & 0 deletions data/dirty_overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
"multivalue": true
}
}
},
"host": {
"params": {
"managedby_host": {
"required": false
}
}
}
}
}
15 changes: 8 additions & 7 deletions freeipa/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95d4057

Please sign in to comment.