From 8e00741ad5133482393bdd5040104ef8e5cbee7c Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 12 Dec 2018 18:43:37 +0000 Subject: [PATCH 1/2] README.md: remove obsolete Installation section Puppet Forge has installation instructions on each module's page already. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index a36feb5b..5a3081b9 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,6 @@ This module has been tested to work on the following systems. * Ubuntu 16.04 * Ubuntu 18.04 -## Installation - -```shell -git submodule add https://github.com/stankevich/puppet-python.git /path/to/python -``` -OR - -``` shell -puppet module install puppet-python -``` - ## Usage For class usage refer to the [Reference]("https://github.com/voxpupuli/puppet-python/blob/master/REFERENCE.md). If contributing, this is updated with ```shell From fe1a53f6605de2cab12fae11c2b74ddabc29a6db Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 12 Dec 2018 18:45:46 +0000 Subject: [PATCH 2/2] README.md: remove Compatibility section This section duplicates data already stored in metadata.json (which is displayed on Puppet Forge), so will inevitably become out of sync (as it already is, since Puppet v6 is supported but not listed). --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 5a3081b9..f905a36f 100644 --- a/README.md +++ b/README.md @@ -4,28 +4,6 @@ Puppet module for installing and managing python, pip, virtualenvs and Gunicorn **Please note:** The module [stankevich/python](https://forge.puppet.com/stankevich/python) has been deprecated and is now available under Vox Pupuli: [puppet/python](https://forge.puppet.com/puppet/python). -## Compatibility # - -See `.travis.yml` for compatibility matrix. - -* Puppet v4 -* Puppet v5 - -### OS Distributions ## - -This module has been tested to work on the following systems. - -* Debian 8 -* Debian 9 -* EL 6 -* EL 7 -* CentOS 7 -* Gentoo (and Sabayon) -* Suse 11 -* Ubuntu 14.04 -* Ubuntu 16.04 -* Ubuntu 18.04 - ## Usage For class usage refer to the [Reference]("https://github.com/voxpupuli/puppet-python/blob/master/REFERENCE.md). If contributing, this is updated with ```shell