Skip to content

Commit

Permalink
Merge pull request #44 from voxpupuli/migrate
Browse files Browse the repository at this point in the history
Migrate module from betadots to Vox Pupuli
  • Loading branch information
bastelfreak authored Feb 17, 2023
2 parents ca43047 + a0002ce commit 49d7a9d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# puppet-hdm

[![Build Status](https://github.com/betadots/puppet-hdm/workflows/CI/badge.svg)](https://github.com/betadots/puppet-hdm/actions?query=workflow%3ACI)
[![Release](https://github.com/betadots/puppet-hdm/actions/workflows/release.yml/badge.svg)](https://github.com/betadots/puppet-hdm/actions/workflows/release.yml)
[![Puppet Forge](https://img.shields.io/puppetforge/v/betadots/hdm.svg)](https://forge.puppetlabs.com/puppet/hdm)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/betadots/hdm.svg)](https://forge.puppetlabs.com/betadots/hdm)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/betadots/hdm.svg)](https://forge.puppetlabs.com/betadots/hdm)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/betadots/hdm.svg)](https://forge.puppetlabs.com/betadots/hdm)
[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/betadots-hdm)
[![Apache-2 License](https://img.shields.io/github/license/betadots/puppet-hdm.svg)](LICENSE)
[![Build Status](https://github.com/voxpupuli/puppet-hdm/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-hdm/actions?query=workflow%3ACI)
[![Release](https://github.com/voxpupuli/puppet-hdm/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-hdm/actions/workflows/release.yml)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/hdm.svg)](https://forge.puppetlabs.com/puppet/hdm)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/hdm.svg)](https://forge.puppetlabs.com/puppet/hdm)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/hdm.svg)](https://forge.puppetlabs.com/puppet/hdm)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/hdm.svg)](https://forge.puppetlabs.com/puppet/hdm)
[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-hdm)
[![Apache-2 License](https://img.shields.io/github/license/puppet/puppet-hdm.svg)](LICENSE)
[![By betadots](https://img.shields.io/badge/by-betadots-fb7047.svg)](#transfer-notice)

## Table of Contents

Expand All @@ -20,6 +21,8 @@
- [Beginning with hdm](#beginning-with-hdm)
- [Reference](#reference)
- [Limitations](#limitations)
- [Transfer Notice](#transfer-notice)
- [License](#license)

## Description

Expand Down Expand Up @@ -82,3 +85,13 @@ Please check the [REFERENCE.md](REFERENCE.md) file.

On SLES we can not use the puppetlabs/docker module.
Instead set the manage_docker parameter to false and take care on docker package and service by yourself.

## Transfer Notice

This plugin was originally authored by [betadots GmbH](https://www.betadots.de).
The maintainer preferred that Vox Pupuli take ownership of the module for future improvement and maintenance.
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Puppet Inc.

## License

This module is licensed under the Apache-2 license.
15 changes: 6 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "betadots-hdm",
"name": "puppet-hdm",
"version": "2.1.2",
"author": "betadots GmbH",
"author": "Vox Pupuli",
"summary": "Manage Hiera Data Manager application",
"license": "Apache-2.0",
"source": "https://github.com/betadots/puppet-hdm.git",
"project_page": "https://github.com/betadots/puppet-hdm",
"issues_url": "https://github.com/betadots/puppet-hdm/issues",
"source": "https://github.com/voxpupuli/puppet-hdm.git",
"project_page": "https://github.com/voxpupuli/puppet-hdm",
"issues_url": "https://github.com/voxpupuli/puppet-hdm/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
Expand Down Expand Up @@ -84,8 +84,5 @@
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
}
],
"pdk-version": "2.5.0",
"template-url": "pdk-default#2.5.0",
"template-ref": "tags/2.5.0-0-g369d483"
]
}

0 comments on commit 49d7a9d

Please sign in to comment.