Allow multiple initScript instead of a single string

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: ec2-plugin
    • Environment:

      JCASC allow us to provisionned an init script for EC2 cloud template.

      However, when using the merging strategy with JCASC, we can't append content inside the `initScript` stanza, which is normal.

      I think it would be nice to refactor the init script from a string to a map of init script, that can be merge in alphabetical, this will allow use to append and/or override some scripts

      Here is an example:

      ```
      initScript:
        00-base: |
          apt install java
        10-addon: |
          apt install my-super-required-package
      ```

            Assignee:
            FABRIZIO MANFREDI
            Reporter:
            Quentin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: