puppet-prod/modules/rke2/manifests/params.pp
Ben Vincent 5749ffdcda feat: adding rke2
- manage rke2 repos
- add rke2 module (init, params, install, config, service)
- exclude setting ips for cilium interfaces
- split roles::infra::k8s::node -> control/compute roles
2025-09-07 14:34:46 +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 = {},
) {}