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 documentation: make more clear where the product originates from #47

Merged
merged 1 commit into from
Feb 17, 2023
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
- [Major Update](#major-update)
- [Setup](#setup)
- [Setup Requirements](#setup-requirements)
- [Beginning with hdm](#beginning-with-hdm)
- [Beginning with betadots HDM](#beginning-with-betadots-hdm)
- [Reference](#reference)
- [Limitations](#limitations)
- [Transfer Notice](#transfer-notice)
- [License](#license)

## Description

This module manages [HDM](https://github.com/betadots/hdm) installation.
This module manages the betadots [HDM](https://github.com/betadots/hdm) installation.

HDM can be installed on Puppet Server or on any other system with PuppetDB access and Puppet code deployed.

This module allows you to either make use of the HDM Docker container or to install HDM using RVM.
This module allows you to either make use of the betadots HDM Docker container or to install HDM using RVM.

## Major Update

Expand Down Expand Up @@ -67,7 +67,7 @@ If you want to install HDM using RVM, you need the following modules:
- puppetlabs/vcsrepo - min version 5.2.0
- puppet/systemd - min version 3.10.0

### Beginning with hdm
### Beginning with betadots HDM

The most simple approach is to just include the hdm class:

Expand Down