Skip to content

Requirements

bobalob3 edited this page Apr 28, 2020 · 3 revisions

Dependencies/requirements are possible in salt.

The rh site set up code is a good example.

Here you can see three different requirements. Two based around other functions and the last one around the whole sls file.

    - require:
      - user: rh-user
      - pkg: common_packages
      - sls: base_install.nodejs_package

Clone this wiki locally