diff --git a/doc/file.README.html b/doc/file.README.html index 964fd0b..acbc451 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -135,6 +135,8 @@
installs and configures yum repos
install commonly required packages, which can be overridden per host, hostgroup etc.
+Automatic installation and enabling of EPEL via $rs_enable_epel. since this parameter is directly also used in the yumrepo configuration, it needs to be set to 1, not true.
Parameter-based control (enable/disable specific repos)
diff --git a/doc/index.html b/doc/index.html index c241741..dd73c08 100644 --- a/doc/index.html +++ b/doc/index.html @@ -135,6 +135,8 @@installs and configures yum repos
install commonly required packages, which can be overridden per host, hostgroup etc.
+Automatic installation and enabling of EPEL via $rs_enable_epel. since this parameter is directly also used in the yumrepo configuration, it needs to be set to 1, not true.
Parameter-based control (enable/disable specific repos)
diff --git a/doc/puppet_classes/confdroid_resources_3A_3Aparams.html b/doc/puppet_classes/confdroid_resources_3A_3Aparams.html index c58016f..4432941 100644 --- a/doc/puppet_classes/confdroid_resources_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_resources_3A_3Aparams.html @@ -110,8 +110,7 @@ (Array) - (defaults to: $facts['os']['name'] ? { - 'Rocky' => ['yum', 'yum-utils']) + (defaults to: ['yum', 'yum-utils']) — @@ -178,18 +177,14 @@ 16 17 18 -19 -20 -21 +19# File 'manifests/params.pp', line 9
class confdroid_resources::params (
- Array $reqpackages = $facts['os']['name'] ? {
- 'Rocky' => ['yum', 'yum-utils'],
- },
+ Array $reqpackages = ['yum', 'yum-utils'],
String $pkg_ensure = 'present',
String $rs_enable_epel = '1',