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

Fix kmod::alias example #85

Merged
merged 2 commits into from
Apr 18, 2022
Merged

Fix kmod::alias example #85

merged 2 commits into from
Apr 18, 2022

Conversation

silug
Copy link
Contributor

@silug 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',
  }

Fixes #84

@silug
Copy link
Contributor Author

silug commented Apr 18, 2022

I missed this in #83.

@kenyon
Copy link
Member

kenyon commented Apr 18, 2022

Looks like the example in https://github.com/voxpupuli/puppet-kmod/blob/master/manifests/alias.pp also needs to be fixed, can you add that to this PR?

@silug
Copy link
Contributor Author

silug commented Apr 18, 2022

Looks like the example in https://github.com/voxpupuli/puppet-kmod/blob/master/manifests/alias.pp also needs to be fixed, can you add that to this PR?

Done. Good catch. 🙂

@kenyon kenyon merged commit b489398 into voxpupuli:master Apr 18, 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 this pull request may close these issues.

README.md kmod::alias example is incorrect
2 participants