Skip to content

Commit

Permalink
Add support for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Sep 5, 2023
1 parent da14b31 commit f426182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
case $facts['os']['family'] {
'RedHat': { $real_package_name = 'syslog-ng' }
'Debian': { $real_package_name = 'syslog-ng-core' }
'FreeBSD': { $real_package_name = 'syslog-ng' }
default: { fail("unsupported osfamily: ${facts['os']['family']}") }
}
}
Expand Down

0 comments on commit f426182

Please sign in to comment.