-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fortinet-fortigate package #39
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a fantastic first PR—great to have you contribute to code now, too 🚀
Co-authored-by: Dominik Lohmann <[email protected]>
Co-authored-by: Dominik Lohmann <[email protected]>
Co-authored-by: Dominik Lohmann <[email protected]>
Co-authored-by: Dominik Lohmann <[email protected]>
Co-authored-by: Dominik Lohmann <[email protected]>
Co-authored-by: Dominik Lohmann <[email protected]>
Co-authored-by: Dominik Lohmann <[email protected]>
| parse content kv | ||
| yield content | ||
| set #schema = "fortinet.fortigate" | ||
| publish "fortinet" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicky comment: This file here has no newline at its end, as indicated by the icon here. Usually, it's considered good practice to end all files with a newlines. You can configure your text editor to automatically do that for you, too.
I'll take care of this now as part of signing the commits, but keep it in mind for the next one.
This the first draft for the fortinet-fortigate package which I prepared together with Dominik. Examples are still missing.