CERIT-SC / puppet-tuned

Puppet module for Tuned
MIT License
0 stars 21 forks source link

Support for RHEL6 #16

Open SirDice opened 4 years ago

SirDice commented 4 years ago

According to the documentation RHEL6 is supported. However, RHEL6 has tuned version 0.2.19-18 and in profile.pp there's a check that will cause a fail ($tuned::majversion != '2'). Which suggests that RHEL6 is not supported. If I remove that check from the code everything does appear to work.

Is RHEL6 supported or not?