Skip to content

Commit

Permalink
fix lint space
Browse files Browse the repository at this point in the history
  • Loading branch information
djentangle committed Jul 31, 2024
1 parent d469cd1 commit 9af11af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cookbooks/openldap-test/recipes/accesslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
node.default['openldap']['accesslog']['index'] = 'reqStart,reqEnd,reqResult eq'
node.default['openldap']['accesslog']['logops'] = 'writes'
node.default['openldap']['accesslog']['logold'] = '(objectclass=*)'
node.default['openldap']['accesslog']['logpurge'] = '8+00:00 1+00:00'
node.default['openldap']['accesslog']['logpurge'] = '8+00:00 1+00:00'

include_recipe 'openldap::default'
include_recipe 'openldap::default'

0 comments on commit 9af11af

Please sign in to comment.