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

README.md kmod::alias example is incorrect #84

Closed
silug opened this issue Apr 15, 2022 · 0 comments · Fixed by #85
Closed

README.md kmod::alias example is incorrect #84

silug opened this issue Apr 15, 2022 · 0 comments · Fixed by #85

Comments

@silug
Copy link
Contributor

silug commented Apr 15, 2022

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',
  }
silug added a commit to silug/puppet-kmod that referenced this issue Apr 15, 2022
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

Successfully merging a pull request may close this issue.

1 participant