voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
66 stars 107 forks source link

support non numerical aliases on redhat #255

Closed LadyNamedLaura closed 4 years ago

LadyNamedLaura commented 4 years ago

An alias can be pretty much any string as long as it's not too long

On top of that kernel limitation, RedHat filters out certain patterns to ignore files.

This module could already correctly create these config files, this PR makes it possibly to do so idempotently.

bastelfreak commented 4 years ago

Thanks for the PR @SimonPe !