-
Notifications
You must be signed in to change notification settings - Fork 63
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
dp a more complete job of dynamically generating etc content #273
Conversation
…ns for etc generation.
…n of object names
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.
It looks okay to me. A few unit tests for the new function would be good though.
I did add an integration test for the overall capability to assure it is functional, however the unittest for the _import_user function is not complete yet |
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.
More info from Doug out of band on what was causing the previous static generation to no longer being viable. I think it is largely site specific, but this mode could be useful to others. It also obviates the need to generate passwd/group files which is handy.
I think this is good enough so I'm going to merge. |
this is to try to correct #272