Loading manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class freeradius ( } # Add systemd unit to override default file on RHEL8 systems. if ($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] >= 8) { if ($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '8') { systemd::dropin_file { 'remove_bootstrap.conf': ensure => present, unit => 'radiusd.service', #@todo programmatically determine the service name Loading Loading
manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class freeradius ( } # Add systemd unit to override default file on RHEL8 systems. if ($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] >= 8) { if ($facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '8') { systemd::dropin_file { 'remove_bootstrap.conf': ensure => present, unit => 'radiusd.service', #@todo programmatically determine the service name Loading