Skip to content

Commit

Permalink
update spec tests to support archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 31, 2017
1 parent 1351298 commit a9a916f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/classes/rabbitmq_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

has_systemd = (
(facts[:osfamily] == 'RedHat' && facts[:os]["release"]["major"].to_i >= 7) ||
(facts[:osfamily] == 'Debian' && facts[:os]["release"]["full"] == '16.04')
(facts[:osfamily] == 'Debian' && facts[:os]["release"]["full"] == '16.04') ||
(facts[:osfamily] == 'Archlinux')
)

it { is_expected.to compile.with_all_deps }
Expand Down

0 comments on commit a9a916f

Please sign in to comment.