From 732307edfb9744229e32d6fc32ee0940f9dc7819 Mon Sep 17 00:00:00 2001 From: Daniel Werdermann Date: Thu, 1 Feb 2018 10:20:57 +0100 Subject: [PATCH] fix test for Debian stretch --- spec/classes/graphite_config_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/graphite_config_spec.rb b/spec/classes/graphite_config_spec.rb index 70c7f7ce..1248aeea 100644 --- a/spec/classes/graphite_config_spec.rb +++ b/spec/classes/graphite_config_spec.rb @@ -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,.+\./ )}