We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f444b35 commit 59ec707Copy full SHA for 59ec707
spec/classes/install_spec.rb
@@ -62,9 +62,7 @@
62
end
63
64
case facts[:osfamily]
65
- when 'Archlinux'
66
- it { is_expected.not_to create_class('gluster::repo') }
67
- when 'Suse'
+ when 'Archlinux', 'Suse'
68
it { is_expected.not_to create_class('gluster::repo') }
69
else
70
it { is_expected.to raise_error(Puppet::Error, %r{not yet supported}) }
0 commit comments