Skip to content

Commit

Permalink
feat(plan): run puppet agent on all nodes after installation
Browse files Browse the repository at this point in the history
- Added a task to run the puppet agent on all nodes after the installation plan.
  • Loading branch information
CoMfUcIoS committed Sep 16, 2024
1 parent 86ca580 commit 0ae01f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/acceptance/peadm_spec/plans/install_test_cluster.pp
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
$install_result =
run_plan('peadm::install', $arch_params + $common_params)

# Run puppet agent on all nodes
run_task('peadm::puppet_runonce', $t)

return($install_result)
}

0 comments on commit 0ae01f3

Please sign in to comment.