Skip to content

Commit

Permalink
Merge pull request #1131 from david-barbion/fix/systemd-override-el8
Browse files Browse the repository at this point in the history
fix missing systemd override config for EL8 (CentOS and RHEL)
  • Loading branch information
sheenaajay authored Jan 15, 2020
2 parents 3375956 + 8274586 commit a784347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
}

if $::osfamily == 'RedHat' {
if $::operatingsystemrelease =~ /^7/ or $::operatingsystem == 'Fedora' {
if $::operatingsystemrelease =~ /^7|^8/ or $::operatingsystem == 'Fedora' {
# Template uses:
# - $::operatingsystem
# - $service_name
Expand Down

0 comments on commit a784347

Please sign in to comment.