Skip to content

Commit

Permalink
re-add Debian 11 to test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar2-uw committed May 8, 2023
1 parent 050ad49 commit 1db65a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/snmp_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
}

case facts[:os]['release']['major']
when '8', '9', '10', '16.04', '18.04', '20.04', '22.04'
when '8', '9', '10', '11', '16.04', '18.04', '20.04', '22.04'
it {
is_expected.to contain_file('snmptrapd.sysconfig').with(
ensure: 'present',
Expand Down

0 comments on commit 1db65a3

Please sign in to comment.