Implement a NetworkManager provider using nmstate#347
Implement a NetworkManager provider using nmstate#347silug wants to merge 10 commits intovoxpupuli:masterfrom
Conversation
Also add data types to `class` and `define` definitions.
|
@rwaffen recently started a network manager module: https://github.com/voxpupuli/puppet-networkmanager |
| Each new release typically also includes the latest modulesync defaults. | ||
| These should not affect the functionality of the module. | ||
|
|
||
| ## [Unreleased] |
There was a problem hiding this comment.
the changelog for vox pupuli modules is generated based on closed issues and PRs, on each release. Please don't edit it manually, it will be overwritten.
There was a problem hiding this comment.
Sorry, that's Copilot cruft. I'll clean it up before I submit this for real.
@bastelfreak I'm not sure what to do with this information. 😁 I still like the idea of having a theoretically generic module for handling network configuration that can work correctly with multiple back-end providers. That's why I've been using this module for ages. |
|
Just +1 ing this as we are starting to integrate Rocky 9 and need this to be updated so that we can properly define routes. |
|
This looks very useful; I would love to see it get merged! |
|
maybe I can help test on Ubuntu? that's where I'd like to use this |
|
thanks but I'm hitting #77 when trying to use this module at all |
|
ok running |
|
|
||
| On Debian/Ubuntu: | ||
| ```bash | ||
| apt-get install nmstate |
There was a problem hiding this comment.
on what Ubuntu or Debian versions does this work?
|
solved my other problem, but now it appears I cannot |
Pull Request (PR) description
Implement a NetworkManager provider using nmstate
Also adds beaker tests.
This Pull Request (PR) fixes the following issues