Skip to content

Commit

Permalink
Remove hostsfile_entry resource in openldap-test::ssl
Browse files Browse the repository at this point in the history
This causes issue when testing with dokken in our CI and isn't needed anymore.

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Nov 4, 2020
1 parent 3301cbe commit 5f2a3c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
7 changes: 1 addition & 6 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ source 'https://supermarket.chef.io'

metadata

group :integration do
cookbook 'apt'
cookbook 'openldap-test', path: './test/cookbooks/openldap-test'
cookbook 'hostsfile'
cookbook 'freebsd'
end
cookbook 'openldap-test', path: 'test/cookbooks/openldap-test'
1 change: 0 additions & 1 deletion test/cookbooks/openldap-test/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
version '0.1.0'

depends 'openldap'
depends 'hostsfile'
5 changes: 0 additions & 5 deletions test/cookbooks/openldap-test/recipes/ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"#{ssl_dir}/#{node['openldap']['server']}.key",
"#{ssl_dir}/#{node['openldap']['server']}.pem"]

hostsfile_entry '127.0.1.1' do
hostname node['openldap']['server']
action :append
end

directory node['openldap']['dir'] do
mode '755'
action :create
Expand Down

0 comments on commit 5f2a3c3

Please sign in to comment.