Skip to content

Commit 14a5900

Browse files
committed
Introduced a puppet run before node_groups defs
1 parent d9a5781 commit 14a5900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plans/convert_compiler_to_legacy.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
class { 'peadm::setup::node_manager_yaml':
3131
primary_host => $primary_target.peadm::certname(),
3232
}
33+
}
34+
35+
run_task('peadm::puppet_runonce', $primary_target)
3336

37+
apply($primary_target) {
3438
class { 'peadm::setup::legacy_compiler_group':
3539
primary_host => $primary_target.peadm::certname(),
3640
internal_compiler_a_pool_address => $cluster['params']['internal_compiler_a_pool_address'],

0 commit comments

Comments
 (0)