theforeman / puppet-pulp

Puppet module for setting up Pulp 2 as part of Katello installation
GNU General Public License v3.0
16 stars 66 forks source link

parameter log_type is not honored #379

Closed lambda123 closed 4 years ago

lambda123 commented 4 years ago

Hi,

parameter log_type is not usable with a different value from 'syslog'.

I've test and validate the update, not sure how to provide the patch, could you help me on that point.

Regards,

ekohl commented 4 years ago

Looks like cf1b633322625f3aba2191fdac3bec3aef4321c3 added it to params.pp but failed to add it to init.pp as an actual parameter. A patch for this would be welcome.

lambda123 commented 4 years ago

Actually, just one line to add, what's the next point, I did not succed pushing my branch onto github, how do I have to proceed ?

ekohl commented 4 years ago

That should be sufficient.

Note that only syslog and console are valid. What are you exactly looking for?

lambda123 commented 4 years ago

Just add line : Enum['console', 'syslog'] $log_type = $pulp::params::log_type, before the log_level line

lambda123 commented 4 years ago

in init.pp