From fa5b412daf2f83c9c5f3e5d1b8cf4cdd470c1934 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 25 Jan 2017 14:40:45 -0600 Subject: [PATCH] PR #81 follow-up: Docs. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7872c27..ff8707b 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ Extra lines to be inserted in the top-level `http` block in `nginx.conf`. The va (For Ubuntu only) Allows you to use the official Nginx PPA instead of the system's package. You can set the version to `stable` or `development`. + nginx_yum_repo_enabled: true + +(For RedHat/CentOS only) Set this to `false` to disable the installation of the `nginx` yum repository. This could be necessary if you want the default OS stable packages, or if you use Satellite. + ## Dependencies None.