Skip to content

Commit

Permalink
Add hosts for both tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed May 30, 2022
1 parent 1fff546 commit 5b745a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/mapfile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
file { '/tmp/error.html.http':
content => $error_page_content,
}
file_line {'localhost':
path => '/etc/hosts',
line => '127.0.0.1 localhost',
}
file_line {'host2':
path => '/etc/hosts',
line => '127.0.0.2 host2',
Expand Down

0 comments on commit 5b745a5

Please sign in to comment.