Use common class to manage apache service in beaker job

Depends-on: https://review.opendev.org/#/c/745246/
Change-Id: I190277da7b98d40bf0f772e37d016f34caa9e9a2
This commit is contained in:
Takashi Kajinami 2020-08-27 12:02:51 +09:00
parent b5baf49d9e
commit c0b61ceffa
1 changed files with 2 additions and 0 deletions

View File

@ -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',