Skip to content

Commit

Permalink
Update spec for SUSE libdir correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch authored and bobapple committed Apr 21, 2017
1 parent 3c07f11 commit dea1d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
.with_content %r{^const ManubulonPluginDir = \"/usr/lib64/nagios/plugins\"\n} }
when 'Suse'
it { is_expected.to contain_file(@constants_conf)
.with_content %r{^const PluginDir = \"/usr/lib64/nagios/plugins\"\n} }
.with_content %r{^const PluginDir = \"/usr/lib/nagios/plugins\"\n} }
it { is_expected.to contain_file(@constants_conf)
.with_content %r{^const PluginContribDir = \"/usr/lib64/nagios/plugins\"\n} }
.with_content %r{^const PluginContribDir = \"/usr/lib/nagios/plugins\"\n} }
it { is_expected.to contain_file(@constants_conf)
.with_content %r{^const ManubulonPluginDir = \"/usr/lib64/nagios/plugins\"\n} }
.with_content %r{^const ManubulonPluginDir = \"/usr/lib/nagios/plugins\"\n} }
end

it { is_expected.to contain_file(@constants_conf)
Expand Down

0 comments on commit dea1d91

Please sign in to comment.