Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxpupuli/puppet-drbd
Basic module for configuring active-passive drbd resources
https://github.com/voxpupuli/puppet-drbd
debian-puppet-module hacktoberfest linux-puppet-module puppet redhat-puppet-module
Last synced: 5 days ago
JSON representation
Basic module for configuring active-passive drbd resources
- Host: GitHub
- URL: https://github.com/voxpupuli/puppet-drbd
- Owner: voxpupuli
- License: apache-2.0
- Created: 2012-06-18T04:37:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T07:51:03.000Z (5 months ago)
- Last Synced: 2024-10-29T14:22:34.585Z (3 months ago)
- Topics: debian-puppet-module, hacktoberfest, linux-puppet-module, puppet, redhat-puppet-module
- Language: Puppet
- Homepage: https://forge.puppet.com/puppet/drbd
- Size: 294 KB
- Stars: 18
- Watchers: 131
- Forks: 53
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DRBD module for Puppet
[![Build Status](https://travis-ci.org/voxpupuli/puppet-drbd.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-drbd)
[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-drbd/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-drbd)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/drbd.svg)](https://forge.puppetlabs.com/puppet/drbd)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/drbd.svg)](https://forge.puppetlabs.com/puppet/drbd)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/drbd.svg)](https://forge.puppetlabs.com/puppet/drbd)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/drbd.svg)](https://forge.puppetlabs.com/puppet/drbd)#### Table of Contents
1. [Overview](#overview)
2. [Module Description - What the module does and why it is useful](#module-description)
3. [Setup - The basics of getting started with drbd](#setup)
* [What drbd affects](#what-drbd-affects)
* [Setup requirements](#setup-requirements)
* [Beginning with drbd](#beginning)
4. [Usage - Configuration options and additional functionality](#usage)
5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development - Guide for contributing to the module](#contributing)## Overview
Configures DRBD and ensures that it is running.
## Module Description
The `drbd::resource` is used to configure indiviual resources.
## Setup
### What drbd affects
### Setup Requirements
### Beginning with drbd
## Usage
## Reference
See [Reference](REFERENCE.md).
## Limitations
Please have a look into the [metadata.json](metadata.json) for all supported operating systems.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for full details on contributing to this project.