From f9ade6a0cb8147a3893bb8c3ac63208b5e73bae0 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 14:57:14 +0100 Subject: [PATCH] update Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05a4b7c..9269d57 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This module is also designed to work with External Node Classifiers (ENC), for i ## Features -* install repo rpm +* install repo rpm (this will create the repo definitions) ## Support @@ -25,11 +25,11 @@ This module is also designed to work with External Node Classifiers (ENC), for i ## Parameter Inheritance -All parameters are listed in `params.pp` and inherited from there. Variable parameters are in the upper section and also documented in the top. These can be overridden by the ENC. Parameters in the bottom section (curly brackets) are not overridable and usually used for keeping the code in the classes more readable. +All parameters are listed in `params.pp` and inherited from there. Variable parameters are in the upper section and also documented in the top. These can be overridden by the ENC. Parameters in the bottom section (curly brackets) cannot be overridden and usually are used for keeping the code in the classes more readable. ## Module Deployment -ALmost all puppet setups are done in very custom ways, and hence the way the modules are deployed to nodes are different. This module assumes [Foreman][def] as ENC, so the modules just have to be present on the master node and Foreman will take care for it. +ALmost every puppet setup is done in very custom ways, and hence the way the modules are deployed to nodes are different. This module assumes [Foreman][def] as ENC, so the modules just have to be present on the master node and Foreman will take care for it. ## Tests