-
Notifications
You must be signed in to change notification settings - Fork 62
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
Sunsetting DEPNotify integration #41
Comments
Those reasons sound pretty solid to me. I'm pretty sure I hit a few of those edge cases while building out our workflows. With DEPNotify being integrated with NoMAD Login, IAs probably would have needed significant code changes to support that, too. I agree that it's best to separate out the DEPNotify support, since IAs is flexible enough to allow me to build out what I need on my own (that said, I appreciate the example code 😉). Thanks, Erik. |
Simpler is better. I’m also not using this project so my opinion doesn’t
really matter.
|
I think this sounds reasonable. Reducing complexity should improve maintainability overall. |
Just yesterday I was thinking through following problem.
As a result some package from This thread actually gave me right idea. I need my own LaunchAgents which if going to be part of bootstrap package along with DEPNotify. Ripping out the code responsible for launching DEPNotify is OK imo. But it still may be good to retain capability to easily write status updates to DEPNotify control file about what installapplications is currently doing. Alternatively we would have to simple shell script for that after every package install. |
I have removed the DEPNotify integration and updated the readme. |
I'd like to sunset DEPNotify integration for a few reasons:
If you object with this, please comment and we can discuss. I will leave this open for a week or two and then pull the integration, unless I am convinced otherwise.
In place will be some example scripts that an admin can use and recommended approaches for the JSON.
The text was updated successfully, but these errors were encountered: