Skip to content

Commit

Permalink
fixed directory
Browse files Browse the repository at this point in the history
  • Loading branch information
djentangle committed Aug 1, 2024
1 parent 00c6e1e commit 4a7e2da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/cookbooks/openldap-test/recipes/accesslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
node.default['openldap']['modules'] << 'accesslog'

directory '#{ldap_dir}/accesslog' do
mode '0755'
owner 'root'
group 'root'
action :create
end
mode '0755'
owner 'openldap'
group 'openldap'
action :create
end

include_recipe 'openldap::default'

0 comments on commit 4a7e2da

Please sign in to comment.