Skip to content

Commit

Permalink
Introduced a puppet run before node_groups defs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMfUcIoS committed Sep 11, 2024
1 parent d9a5781 commit 14a5900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plans/convert_compiler_to_legacy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
class { 'peadm::setup::node_manager_yaml':
primary_host => $primary_target.peadm::certname(),
}
}

run_task('peadm::puppet_runonce', $primary_target)

apply($primary_target) {
class { 'peadm::setup::legacy_compiler_group':
primary_host => $primary_target.peadm::certname(),
internal_compiler_a_pool_address => $cluster['params']['internal_compiler_a_pool_address'],
Expand Down

0 comments on commit 14a5900

Please sign in to comment.