-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 Debian 10 and 11 support #483
base: master
Are you sure you want to change the base?
Conversation
Now adding an OS is a bit tricky. Because of the missing modulesync we have no pipeline so we don't know if Debian 10/11 actually work. Could you rebase the modulesync branch against this one? |
Ok I think i will hold this PR until I get the modulesync test passing. Usually we have to drop old OSes to get the msync stuff to work. Since I didnt just want to drop an OS fully before trying to get it back in, I try to fix the metadata.json to new OSes before I try to fix msync. In this case it seems that this is not necessary for msync to pass |
Note that Debian 10 is already out of regular support, so normally we don't support it. https://wiki.debian.org/DebianReleases |
Thats also a good point |
Hi @zilchms, any updates on the modulesync work? I'm working on FreeBSD support and I would love to do what I can to help with that. |
Unfortunately I havent found the time to get any work into Puppet in the last few months (and there is not much breathing room in sight in the foreseeable future either). Feel free to take a look around and try to fix what you want/can :) |
I would certainly appreciate any feedback you have as I start to work through this! I'm fairly new to puppet so I'll probably make some missteps along the way. I've opened a new PR for this #484 |
No description provided.