Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

PAAS-11511 yaml_include_dir #33

Merged
merged 1 commit into from
Sep 27, 2017
Merged

PAAS-11511 yaml_include_dir #33

merged 1 commit into from
Sep 27, 2017

Commits on Sep 27, 2017

  1. PAAS-11511 yaml_include_dir

    Using only !include is prone to introducing a new file and
    forgetting to include it. Swithching to inclusion of a whole
    directory, where applicable, does not have this drawback.
    
    The actuall snippet of code was "borrowed" from smoker.
    It would allow us to simplify sgmanager-config such as:
    
    -include:
    -    - !include "./int/default.yaml"
    -    - !include "./int/freeipa.yaml"
    -    - !include "./int/foreman.yaml"
    +include: !include_dir "./int/"
    Petr Benas committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    b3fdd4d View commit details
    Browse the repository at this point in the history