Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoxmoz committed Jan 22, 2025
1 parent 513a6fc commit a3264ee
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 a3264ee

Please sign in to comment.