From c0b61ceffaf815effea7938393d452c43466a901 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 27 Aug 2020 12:02:51 +0900 Subject: [PATCH] Use common class to manage apache service in beaker job Depends-on: https://review.opendev.org/#/c/745246/ Change-Id: I190277da7b98d40bf0f772e37d016f34caa9e9a2 --- spec/acceptance/horizon_with_apache_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/acceptance/horizon_with_apache_spec.rb b/spec/acceptance/horizon_with_apache_spec.rb index be45e4f0..81680914 100644 --- a/spec/acceptance/horizon_with_apache_spec.rb +++ b/spec/acceptance/horizon_with_apache_spec.rb @@ -8,6 +8,7 @@ describe 'horizon class' do pp= <<-EOS include openstack_integration include openstack_integration::repos + include openstack_integration::apache class { 'horizon': secret_key => 'big_secret', @@ -49,6 +50,7 @@ describe 'horizon class' do pp= <<-EOS include openstack_integration include openstack_integration::repos + include openstack_integration::apache class { 'horizon': secret_key => 'big_secret',