aws-samples / aws-parallelcluster-post-install-scripts

Scripts to customize AWS ParallelCluster
MIT No Attribution
16 stars 9 forks source link

Add sequence format #19

Closed sean-smith closed 2 months ago

sean-smith commented 3 months ago

This should be used instead of the old, multi-runner script format.

CustomActions:
    OnNodeConfigured:
      Sequence:
        - Script: ...

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sean-smith commented 2 months ago

@verdimrc could you review?