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-rke', '2.1.0'
Learn more about managing modules with a PuppetfileDocumentation
rke
Table of Contents
- Overview
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
Overview
Installs RKE1 binary.
Description
Fetches the rke
utility and and symlinks /usr/bin/rke
to the downloaded
artifact.
Usage
class { 'rke':
version => '1.3.3',
checksum => '61088847d80292f305e233b7dff4ac8e47fefdd726e5245052450bf05da844aa',
checksum_type => 'sha256',
base_path => '/opt/rke',
}
Reference
See REFERENCE
Reference
Table of Contents
Classes
rke
: Install RKE binary
Classes
rke
Install RKE binary
Parameters
The following parameters are available in the rke
class:
version
Data type: String
RKE release version
Default value: '1.3.4'
checksum
Data type: String
Artifact checksum string
Default value: '92440ec62468d329ca26829b2a1d5624aa7a5d37054596633e4e838549a22946'
checksum_type
Data type: String
The digest algorithm used for the checksum string.
Default value: 'sha256'
base_path
Data type: Stdlib::Absolutepath
Base path under which to install software.
Default value: '/opt/rke'
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.
v2.1.0 (2023-08-22)
Implemented enhancements:
v2.0.0 (2023-06-23)
Breaking changes:
Implemented enhancements:
v1.3.0 (2023-01-31)
Implemented enhancements:
v1.2.0 (2022-08-22)
Merged pull requests:
v1.1.0 (2022-08-03)
Merged pull requests:
v1.0.0 (2022-02-01)
Merged pull requests:
0.2.0 (2022-01-20)
Merged pull requests:
0.1.0 (2022-01-20)
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 10.0.0)
- puppet/archive (>= 6.0.0 < 8.0.0)