Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoxmoz committed Dec 11, 2024
1 parent 5c9a079 commit 60b830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/openldap_server_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

case facts[:os]['family']
when 'RedHat'
if (facts[:os]['release']['major'].to_i >= 8)
if facts[:os]['release']['major'].to_i >= 8
it {
is_expected.to contain_systemd__dropin_file('puppet.conf').with_content('^ExecStart=/some/odd/path')
}
Expand Down

0 comments on commit 60b830a

Please sign in to comment.