Salt Formula to install and manage Construct.
See the full Salt Formulas installation and usage instructions.
Installs and configures Construct based on pillars.
Same as construct.
Completely remove Construct.
Ensures construct is not installed in your global python site-packages.
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'
> salt '\*' state.apply construct.install pillar='{"construct":{"version": "0.1.23"}}'