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

Remove rvm::gpg class #149

Merged
merged 1 commit into from
Feb 8, 2020

Conversation

alexjfisher
Copy link
Member

Originally, I was just going to fix the lint warning, but saw that since
$package isn't actually being used, this could be simplified to

class rvm::gpg {
  include gnupg
}

Then I went to see where rvm::gpg was actually included, as surely it
could just include gnupg itself directly.

Answer: nowhere. Since dfd306e

Originally, I was just going to fix the lint warning, but saw that since
`$package` isn't actually being used, this could be simplified to

```puppet
class rvm::gpg {
  include gnupg
}
```

Then I went to see where `rvm::gpg` was actually included, as surely it
could just `include gnupg` itself directly.

Answer: nowhere. Since dfd306e
@bastelfreak bastelfreak merged commit f42b690 into voxpupuli:master Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants