Skip to content

Commit

Permalink
test(install+config): fix for Oracle Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 13, 2021
1 parent 0743e9d commit 703ada2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/default/controls/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Override by OS
case os[:name]
when 'redhat', 'fedora', 'centos', 'opensuse'
when 'redhat', 'fedora', 'centos', 'opensuse', 'oracle'
config = '/etc/collectd.conf'
when 'freebsd'
config = '/usr/local/etc/collectd.conf'
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Override by OS
case os[:name]
when 'redhat', 'centos', 'fedora', 'opensuse'
when 'redhat', 'centos', 'fedora', 'opensuse', 'oracle'
pkg = 'collectd'
when 'freebsd'
pkg = 'collectd5'
Expand Down

0 comments on commit 703ada2

Please sign in to comment.