Skip to content

Commit

Permalink
rebase with master and fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lionce committed Jan 13, 2020
1 parent 459f337 commit 4d7d4c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/defines/instance_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@

context 'with title group1 and custom settings' do
let(:title) { 'haproxy' }
let(:pre_condition) do
<<-PUPPETCODE
service {'haproxy-#{title}': }
PUPPETCODE
end
let(:params) do
{
'haproxy_package' => 'customhaproxy',
Expand Down

0 comments on commit 4d7d4c4

Please sign in to comment.