puppet-prod/modules/rke2/manifests/params.pp
Ben Vincent 1f03d8c86a feat: adding rke2
- manage rke2 repos
- add rke2 module (init, params, install, config, service)
- add node_type setting class profiles::rke2::node
- exclude setting ips for cilium interfaces
2025-09-07 01:20:05 +10:00

7 lines
207 B
Puppet

# rke2 params
class rke2::params (
Enum['server', 'agent'] $node_type = 'agent',
Stdlib::Absolutepath $config_file = '/etc/rancher/rke2/config.yaml',
Hash $config_hash = {},
) {}