Skip to content
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

DNF support #14

Open
vjanelle opened this issue Nov 4, 2019 · 4 comments
Open

DNF support #14

vjanelle opened this issue Nov 4, 2019 · 4 comments

Comments

@vjanelle
Copy link
Contributor

vjanelle commented Nov 4, 2019

CentOS 8 introduces yet-another-package manager, with new APIs and locations for python.

@vjanelle
Copy link
Contributor Author

The only thing I could really think about is the yum_ commands:

[root@a5a135be4025 /]# which yum
/usr/bin/yum
[root@a5a135be4025 /]# yum clean all
Failed to set locale, defaulting to C
20 files removed
[root@a5a135be4025 /]# cat /etc/redhat-release
CentOS Linux release 8.0.1905 (Core)

Adding search support would require a new bridge, but it's probably a lot of copy and paste between dnf and yum.

@ripienaar
Copy link
Contributor

yeah we can keep this open for when we one day get time/inclination but also happy to close if you dont see the need, i dont think anyone use these providers really

@vjanelle
Copy link
Contributor Author

@ripienaar useful if you don't want to have puppet around, I suppose.

@ripienaar
Copy link
Contributor

yeah when we did this we also did same for service as we had some interest from chef people to support them .... but it just never panned out :( That said recently quite a few people been asking for non Puppet choria, so been tinkering on a k8s based solution for the shared infra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants