OP#427 update params and Readme to allow merging tools_cd

This commit is contained in:
2026-02-10 16:32:13 +01:00
parent 2c793deca0
commit 36990f2f5f
2 changed files with 2 additions and 3 deletions

View File

@@ -8,9 +8,7 @@
##############################################################################
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',