Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0 < 9.0.0
Start using this module
Add this module to your Puppetfile:
mod 'lsst-anaconda', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
Anaconda
Table of Contents
Overview
This module manages and installs anaconda and creates virtual environments (https://anaconda.org/).
Reference
See REFERENCE
Reference
Table of Contents
Classes
anaconda
: Installs anaconda
Classes
anaconda
Installs anaconda
Parameters
The following parameters are available in the anaconda
class:
anaconda_version
Data type: String[1]
sets the version of anaconda you want to install, check: https://repo.anaconda.com/archive/
python_env_name
Data type: String[1]
if exist, sets the name of the virtual environment
python_env_version
Data type: String[1]
if exist, sets the version of python for the virtual environment
conda_packages
Data type: Hash
if contains at least 1 package (name, channel and version) will be installed
Changelog
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v0.1.0 (2024-04-05)
Implemented enhancements:
* This Changelog was automatically generated by github_changelog_generator