OP#427 update params and Readme to allow merging tools_cd
This commit is contained in:
@@ -56,6 +56,7 @@ This approach keeps your catalog clean, avoids duplication, and prevents resourc
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
* installs and configures yum repos
|
* 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`.
|
* 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)
|
* Parameter-based control (enable/disable specific repos)
|
||||||
* Idempotent and conflict-free design
|
* Idempotent and conflict-free design
|
||||||
|
|||||||
@@ -8,9 +8,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
class confdroid_resources::params (
|
class confdroid_resources::params (
|
||||||
|
|
||||||
Array $reqpackages = $facts['os']['name'] ? {
|
Array $reqpackages = ['yum', 'yum-utils'],
|
||||||
'Rocky' => ['yum', 'yum-utils'],
|
|
||||||
},
|
|
||||||
String $pkg_ensure = 'present',
|
String $pkg_ensure = 'present',
|
||||||
String $rs_enable_epel = '1',
|
String $rs_enable_epel = '1',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user