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 #87

Merged
merged 1 commit into from
Apr 2, 2024
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
37 changes: 28 additions & 9 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Open Virtual Machine Tools

[![Build Status](https://secure.travis-ci.org/voxpupuli/puppet-openvmtools.png?branch=master)
](http://travis-ci.org/voxpupuli/puppet-openvmtools)
[![CI](https://github.com/voxpupuli/puppet-openvmtools/actions/workflows/ci.yml/badge.svg)](https://github.com/voxpupuli/puppet-openvmtools/actions/workflows/ci.yml)
[![Release](https://github.com/voxpupuli/puppet-openvmtools/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-openvmtools/actions/workflows/release.yml)
[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-openvmtools/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-openvmtools)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/openvmtools.svg)](https://forge.puppetlabs.com/puppet/openvmtools)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/openvmtools.svg)](https://forge.puppetlabs.com/puppet/openvmtools)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/openvmtools.svg)](https://forge.puppetlabs.com/puppet/openvmtools)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/openvmtools.svg)](https://forge.puppetlabs.com/puppet/openvmtools)
[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-openvmtools)
[![License](https://img.shields.io/github/license/voxpupuli/puppet-openvmtools.svg)](https://github.com/voxpupuli/puppet-openvmtools/blob/master/LICENSE)

## Table of Contents

Expand All @@ -17,7 +24,9 @@
* [OS Support](#os-support)
* [Notes](#notes)
* [Issues](#issues)
7. [Development - Guide for contributing to the module](#development)
7. [Changelog](#changelog)
8. [References](#references)
9. [Development - Guide for contributing to the module](#development)

## Overview

Expand Down Expand Up @@ -186,15 +195,17 @@ Default: false

open-vm-tools is available with these operating systems:

* CentOS 6 and later releases
* Debian 7.x and later releases
* Fedora 19 and later releases
* CentOS 7 and later releases
* Debian 11 and later releases
* Fedora 38 and later releases
* FreeBSD 10 and later releases
* Oracle Linux 6 and later releases
* Red Hat Enterprise Linux 6.0 and later releases
* Oracle Linux 7 and later releases
* Red Hat Enterprise Linux 7.0 and later releases
* SUSE Linux Enterprise 12 and later releases
* Ubuntu 14.04 and later LTS releases
* Ubuntu 20.04 and later LTS releases
* openSUSE 11.x and later releases
* Rocky 8 and later releases
* AlmaLinux 8 and later releases

### Notes

Expand All @@ -208,6 +219,14 @@ open-vm-tools is available with these operating systems:

* None

## Changelog

see [CHANGELOG.md](CHANGELOG.md)

## References

see [REFERENCE.md](REFERENCE.md)

## Development

Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) for information on how to contribute.
Expand Down