Version information
released Aug 3rd 2022
This version is compatible with:
- Puppet Enterprise 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x
- Puppet >= 6.21.0 < 8.0.0
- , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'lsst-rke', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
lsst/rke — version 1.1.0 Aug 3rd 2022
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'
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 9.0.0)
- puppet/archive (>= 6.0.0 < 7.0.0)