Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.56 KB

File metadata and controls

61 lines (40 loc) · 1.56 KB

construct

Salt Formula to install and manage Construct.

See the full Salt Formulas installation and usage instructions.

Available states

Installs and configures Construct based on pillars.

Same as construct.

Completely remove Construct.

Ensures construct is not installed in your global python site-packages.

Pillars

construct:
    # Path to the construct_setup git repo
    # You should not need to override this.
    git_repo: https://github.com/construct-org/construct_setup

    # The version of Construct to install - tag or branch of git repo
    version: '0.1.24'

    # Path to construct yaml configuration file
    # You probably want to set this to a shared network config
    config: '\\\\shared\\path\\construct.yaml'

    # Optional: Python executable used to create construct virtualenv
    python_exe: 'C:\\python27\\python.exe'

    # Optional: Root directory of construct installs
    install_dir: 'C:\\construct'

Installing a specific version of Construct

> salt '\*' state.apply construct.install pillar='{"construct":{"version": "0.1.23"}}'