From 7a088accc7776b8fd19f041e5c1639ebd20b8105 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 7 Feb 2024 11:43:55 -0800 Subject: [PATCH 1/2] README: remove obsolete transfer notice Was transferred back to Puppetlabs, see #229. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f099003..e0560dd 100644 --- a/README.md +++ b/README.md @@ -79,14 +79,6 @@ file, or you can provide a beaker-hostgenerator value to the `TEST_TARGET` environment variable. You can also specify the tests that get executed with the `TESTS` environment variable. -## Transfer Notice - -This plugin was originally authored by [Puppet Inc](http://puppet.com). -The maintainer preferred that Puppet Community 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. - -Previously: https://github.com/puppetlabs/beaker - ## License This gem is licensed under the Apache-2 license. From c64cf64e36a5bba4714a2a0aa27bcaf416c050ea Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 7 Feb 2024 13:52:20 -0800 Subject: [PATCH 2/2] README: replace voxpupuli with puppetlabs in badges --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e0560dd..5c2bfd0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # beaker-puppet: The Puppet-Specific Beaker Library -[![License](https://img.shields.io/github/license/voxpupuli/beaker-puppet.svg)](https://github.com/voxpupuli/beaker-puppet/blob/master/LICENSE) -[![Test](https://github.com/voxpupuli/beaker-puppet/actions/workflows/test.yml/badge.svg)](https://github.com/voxpupuli/beaker-puppet/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/voxpupuli/beaker-puppet/branch/master/graph/badge.svg?token=Mypkl78hvK)](https://codecov.io/gh/voxpupuli/beaker-puppet) -[![Release](https://github.com/voxpupuli/beaker-puppet/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/beaker-puppet/actions/workflows/release.yml) +[![License](https://img.shields.io/github/license/puppetlabs/beaker-puppet.svg)](https://github.com/puppetlabs/beaker-puppet/blob/master/LICENSE) +[![Test](https://github.com/puppetlabs/beaker-puppet/actions/workflows/test.yml/badge.svg)](https://github.com/puppetlabs/beaker-puppet/actions/workflows/test.yml) +[![codecov](https://codecov.io/gh/puppetlabs/beaker-puppet/branch/master/graph/badge.svg?token=Mypkl78hvK)](https://codecov.io/gh/puppetlabs/beaker-puppet) +[![Release](https://github.com/puppetlabs/beaker-puppet/actions/workflows/release.yml/badge.svg)](https://github.com/puppetlabs/beaker-puppet/actions/workflows/release.yml) [![RubyGem Version](https://img.shields.io/gem/v/beaker-puppet.svg)](https://rubygems.org/gems/beaker-puppet) [![RubyGem Downloads](https://img.shields.io/gem/dt/beaker-puppet.svg)](https://rubygems.org/gems/beaker-puppet) -[![Donated by Puppet Inc](https://img.shields.io/badge/donated%20by-Puppet%20Inc-fb7047.svg)](#transfer-notice) The purpose of this library is to hold all puppet-specific info & DSL methods. This includes all helper & installer methods.