Skip to content

Commit

Permalink
Merge pull request #66 from unibonn/rocky-support
Browse files Browse the repository at this point in the history
params: Add support for Rocky Linux (RHEL rebuild).
  • Loading branch information
jhoblitt authored Jul 28, 2022
2 parents b209b2e + b4b05d2 commit 0968b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/10|11|12|13|14|15|16|17|18/ => '/etc/smartd.conf',
default => '/etc/smartmontools/smartd.conf',
},
/RedHat|CentOS|Scientific|SLC|OracleLinux|OEL/ => $::operatingsystemmajrelease ? {
/RedHat|CentOS|Scientific|SLC|OracleLinux|OEL|Rocky/ => $::operatingsystemmajrelease ? {
/4|5|6/ => '/etc/smartd.conf',
default => '/etc/smartmontools/smartd.conf',
},
Expand Down

0 comments on commit 0968b26

Please sign in to comment.