Skip to content

Commit a81f2c0

Browse files
committed
Remove passenger method
This commit removes a conditional dependent on Passenger support, which was dropped in Puppet 6.
1 parent b778fdb commit a81f2c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

acceptance/tests/environment/directory_environment_production_created_master.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
step 'make environmentpath'
1010
master_user = puppet_config(master, 'user', section: 'master')
11-
cert_path = puppet_config(master, 'hostcert', section: 'master')
12-
key_path = puppet_config(master, 'hostprivkey', section: 'master')
13-
cacert_path = puppet_config(master, 'localcacert', section: 'master')
1411
apply_manifest_on(master, <<-MANIFEST, :catch_failures => true)
1512
File {
1613
ensure => directory,
@@ -33,9 +30,6 @@
3330

3431
step 'run master; ensure production environment created'
3532
with_puppet_running_on(master, master_opts, testdir) do
36-
if master.is_using_passenger?
37-
on(master, "curl -k --cert #{cert_path} --key #{key_path} --cacert #{cacert_path} https://localhost:8140/puppet/v3/environments")
38-
end
3933
on(master, "test -d '#{testdir}/environments/production'")
4034

4135
step 'ensure catalog returned from production env with no changes'

0 commit comments

Comments
 (0)