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

Commit

Permalink
Merge pull request #359 from echocat/develop
Browse files Browse the repository at this point in the history
prepare release 7.3.0 (fix metadata)
  • Loading branch information
dwerder authored Feb 1, 2018
2 parents b5de1ca + 732307e commit cfe143d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwerder-graphite",
"version": "7.2.0",
"version": "7.3.0",
"source": "https://github.com/echocat/puppet-graphite.git",
"author": "Daniel Werdermann",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand Down
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 cfe143d

Please sign in to comment.