We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09aba commit 9bd85ceCopy full SHA for 9bd85ce
spec/spec_helper_acceptance.rb
@@ -68,6 +68,7 @@ def build_url(platform)
68
relver = Regexp.last_match(1)
69
on host, "rpm -ivh #{build_url('el')}#{relver}.noarch.rpm"
70
on host, 'yum install -y puppetserver'
71
+ on host, '/opt/puppetlabs/bin/puppetserver ca setup'
72
elsif host['platform'] =~ %r{fedora-(\d+)}
73
74
on host, "rpm -ivh #{build_url('fedora')}#{relver}.noarch.rpm"
0 commit comments