Skip to content

Commit

Permalink
FreeBSD does not have a separate package for relp support
Browse files Browse the repository at this point in the history
  • Loading branch information
zi0r committed Apr 14, 2021
1 parent d0199c7 commit 9c839a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#
package node['rsyslog']['package_name']
package rsyslog_relp_package if node['rsyslog']['use_relp']
package rsyslog_relp_package if node['rsyslog']['use_relp'] && node['os'] != 'freebsd'

if node['rsyslog']['enable_tls']
case node['rsyslog']['tls_driver']
Expand Down

0 comments on commit 9c839a7

Please sign in to comment.