puppet-rke

Puppet RKE module

APACHE-2.0 License

Stars
1
Committers
2

rke

Table of Contents

  1. Overview
  2. Description
  3. Usage - Configuration options and additional functionality
  4. 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