From e65759ee717a8fa24812c0337ecdff34ca857ae4 Mon Sep 17 00:00:00 2001 From: Peter Gallagher Date: Fri, 20 Feb 2015 14:41:23 +1000 Subject: [PATCH] Updating README describing node['nrpe']['install_yum-epel'] attribute --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69a55f3..78af4a9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Attributes ### options for package install * `node['nrpe']['package']['options']` - options when installing nrpe via package manager. The default value for this attribute is nil.` +* `node['nrpe']['install_yum-epel']` - whether to install the EPEL repo or not. The default value is `true`. Set this to `false` if you do not wish to install the EPEL RPM; in this scenario you will need to make the relevant NRPE packages available via another method e.g. local repo. ### nrpe.conf attributes * `node['nrpe']['server_port']` - the port nrpe will listen on, default 5666