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 ebf3164 commit e7d0135Copy full SHA for e7d0135
plans/install.pp
@@ -85,6 +85,7 @@
85
'primary_host' => $primary_host,
86
'mode' => $mode,
87
'begin_at_step' => $begin_at_step,
88
+ 'version' => $version,
89
})
90
91
$install_result = run_plan('peadm::subplans::install',
plans/upgrade.pp
@@ -79,6 +79,7 @@
79
80
81
82
83
84
# Convert inputs into targets.
0 commit comments