Skip to content

Commit 9bd85ce

Browse files
committed
(maint) Fix acceptance tests on centos 7
1 parent 0e09aba commit 9bd85ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def build_url(platform)
6868
relver = Regexp.last_match(1)
6969
on host, "rpm -ivh #{build_url('el')}#{relver}.noarch.rpm"
7070
on host, 'yum install -y puppetserver'
71+
on host, '/opt/puppetlabs/bin/puppetserver ca setup'
7172
elsif host['platform'] =~ %r{fedora-(\d+)}
7273
relver = Regexp.last_match(1)
7374
on host, "rpm -ivh #{build_url('fedora')}#{relver}.noarch.rpm"

0 commit comments

Comments
 (0)