Skip to content

Commit ebb4748

Browse files
committed
fixing some duplicate lines caused by the squash
1 parent 6d3fcd1 commit ebb4748

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

plans/install.pp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090

9191
peadm::assert_supported_pe_version($version, $permit_unsafe_versions)
9292

93-
<<<<<<< HEAD
9493
# Log parameters for debugging
9594
peadm::log_plan_params({
9695
'primary_host' => $primary_host,
@@ -106,8 +105,6 @@
106105

107106
peadm::assert_supported_pe_version($version, $permit_unsafe_versions)
108107

109-
=======
110-
>>>>>>> 431141a (move declaration)
111108
$install_result = run_plan('peadm::subplans::install',
112109
# Standard
113110
primary_host => $primary_host,

plans/upgrade.pp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,6 @@
8383
$compiler_hosts,
8484
)
8585

86-
# Log parameters for debugging
87-
peadm::log_plan_params({
88-
'primary_host' => $primary_host,
89-
'replica_host' => $replica_host,
90-
'compiler_hosts' => $compiler_hosts,
91-
'primary_postgresql_host' => $primary_postgresql_host,
92-
'replica_postgresql_host' => $replica_postgresql_host,
93-
'begin_at_step' => $begin_at_step,
94-
'version' => $version,
95-
})
96-
9786
# Convert inputs into targets.
9887
$primary_target = peadm::get_targets($primary_host, 1)
9988
$replica_target = peadm::get_targets($replica_host, 1)

spec/plans/install_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
expect_plan('peadm::subplans::install')
1010
expect_plan('peadm::subplans::configure')
1111
expect(run_plan('peadm::install', 'primary_host' => 'primary', 'console_password' => 'puppetLabs123!', 'version' => '2021.7.9')).to be_ok
12-
allow(Out).to receive(:message).and_return(true)
13-
expect(Out).to eq(true)
1412
end
1513
end
1614
end

0 commit comments

Comments
 (0)