Skip to content

Commit

Permalink
Fix the broken master
Browse files Browse the repository at this point in the history
Due to the parallel merge of dev-secGH-151 and dev-secGH-150
  • Loading branch information
artem-sidorenko committed Dec 23, 2016
1 parent 04e0374 commit 642dcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/recipes/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
context 'with provided login banner path' do
cached(:chef_run) do
ChefSpec::ServerRunner.new do |node|
node.normal['ssh-hardening']['ssh']['banner'] = '/etc/ssh/banner'
node.normal['ssh-hardening']['ssh']['server']['banner'] = '/etc/ssh/banner'
end.converge(described_recipe)
end

Expand All @@ -224,7 +224,7 @@
context 'with enabled debian banner' do
cached(:chef_run) do
ChefSpec::ServerRunner.new(platform: 'ubuntu', version: '16.04') do |node|
node.normal['ssh-hardening']['ssh']['os_banner'] = true
node.normal['ssh-hardening']['ssh']['server']['os_banner'] = true
end.converge(described_recipe)
end

Expand Down

0 comments on commit 642dcc4

Please sign in to comment.