Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
fix test for Debian stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder authored Feb 1, 2018
1 parent d214ab6 commit 732307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/graphite_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
case facts[:lsbdistcodename]
when /squeeze|wheezy|precise|trusty|utopic|vivid/ then
it_behaves_like 'Debian sysv platforms'
when /jessie|wily|xenial/ then
when /jessie|wily|xenial|stretch/ then
it_behaves_like 'Debian systemd platforms'
else
it { is_expected.to raise_error(Puppet::Error,/unsupported os,.+\./ )}
Expand Down

0 comments on commit 732307e

Please sign in to comment.