OP#427 update params and Readme to allow merging tools_cd
This commit is contained in:
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user