Skip to content

Commit e7d0135

Browse files
committed
add pe version to outputs
1 parent ebf3164 commit e7d0135

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plans/install.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
'primary_host' => $primary_host,
8686
'mode' => $mode,
8787
'begin_at_step' => $begin_at_step,
88+
'version' => $version,
8889
})
8990

9091
$install_result = run_plan('peadm::subplans::install',

plans/upgrade.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'primary_host' => $primary_host,
8080
'mode' => $mode,
8181
'begin_at_step' => $begin_at_step,
82+
'version' => $version,
8283
})
8384

8485
# Convert inputs into targets.

0 commit comments

Comments
 (0)