Skip to content

Commit 16674c5

Browse files
author
willmeek
authored
Merge pull request #992 from hunner/deb9
(MODULES-5994) Add debian 9
2 parents 673b4de + 1b2210c commit 16674c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"operatingsystem": "Debian",
5959
"operatingsystemrelease": [
6060
"7",
61-
"8"
61+
"8",
62+
"9"
6263
]
6364
},
6465
{

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def psql(psql_cmd, user = 'postgres', exit_codes = [0, 1], &block)
8282
end
8383

8484
# net-tools required for netstat utility being used by be_listening
85-
if fact('osfamily') == 'RedHat' && fact('operatingsystemmajrelease') == '7'
85+
if fact('osfamily') == 'RedHat' && fact('operatingsystemmajrelease') == '7' || fact('osfamily') == 'Debian' && fact('operatingsystemmajrelease') == '9'
8686
pp = <<-EOS
8787
package { 'net-tools': ensure => installed }
8888
EOS

0 commit comments

Comments
 (0)