Closed silug closed 2 years ago
The entry in README.md for kmod::alias has the following example:
kmod::alias { 'bond0': aliasname => 'bonding', }
It should read as follows:
kmod::alias { 'bond0': source => 'bonding', }
The entry in README.md for kmod::alias has the following example:
It should read as follows: