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

Commit cfe143d

Browse files
authored
Merge pull request #359 from echocat/develop
prepare release 7.3.0 (fix metadata)
2 parents b5de1ca + 732307e commit cfe143d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dwerder-graphite",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"source": "https://github.com/echocat/puppet-graphite.git",
55
"author": "Daniel Werdermann",
66
"license": "Apache-2.0",
@@ -43,7 +43,8 @@
4343
"operatingsystem": "Debian",
4444
"operatingsystemrelease": [
4545
"7",
46-
"8"
46+
"8",
47+
"9"
4748
]
4849
},
4950
{

spec/classes/graphite_config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
case facts[:lsbdistcodename]
211211
when /squeeze|wheezy|precise|trusty|utopic|vivid/ then
212212
it_behaves_like 'Debian sysv platforms'
213-
when /jessie|wily|xenial/ then
213+
when /jessie|wily|xenial|stretch/ then
214214
it_behaves_like 'Debian systemd platforms'
215215
else
216216
it { is_expected.to raise_error(Puppet::Error,/unsupported os,.+\./ )}

0 commit comments

Comments
 (0)