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 d9a5781 commit 14a5900Copy full SHA for 14a5900
plans/convert_compiler_to_legacy.pp
@@ -30,7 +30,11 @@
30
class { 'peadm::setup::node_manager_yaml':
31
primary_host => $primary_target.peadm::certname(),
32
}
33
+ }
34
+
35
+ run_task('peadm::puppet_runonce', $primary_target)
36
37
+ apply($primary_target) {
38
class { 'peadm::setup::legacy_compiler_group':
39
40
internal_compiler_a_pool_address => $cluster['params']['internal_compiler_a_pool_address'],
0 commit comments