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

Update Readme, delete old travis information and fix rubocop todos #129

Merged
merged 4 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

inherit_from: .rubocop_todo.yml
inherit_gem:
voxpupuli-test: rubocop.yml
23 changes: 0 additions & 23 deletions .rubocop_todo.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .sync.yml

This file was deleted.

16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,12 @@ The `drbd::resource` is used to configure indiviual resources.

## Reference

### Classes

#### Public Classes

#### Private Classes

### Parameters
See [Reference](REFERENCE.md).

## Limitations

This module is tested on the following platforms:

* Debian 7
* Ubuntu 10.04/12.04/14.04
* RedHat 6/7
Please have a look into the [metadata.json](metadata.json) for all supported operating systems.

## Contributing

Please read CONTRIBUTING.md for full details on contributing to this project.
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for full details on contributing to this project.
Loading