Skip to content

Commit

Permalink
Revert "fix obsolete interpolation for puppet v8"
Browse files Browse the repository at this point in the history
This reverts commit 9ddac14.
  • Loading branch information
mvnural committed Jan 15, 2025
1 parent 344c624 commit 524863d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
$smtpd_recipient_restrictions = 'permit_mynetworks, reject_unauth_destination'
$smtpd_data_restrictions = 'reject_unauth_pipelining'

case $facts['os']['family'] {
'RedHat', 'redhat': {
case $::osfamily {
'RedHat': {
$tls_bundle = '/etc/pki/tls/certs/ca-bundle.crt'
$tls_package = 'openssl'
}
Expand Down

0 comments on commit 524863d

Please sign in to comment.