Puppet Class: foreman::plugin::opentofu

Defined in:
manifests/plugin/opentofu.pp

Overview

Installs foreman_opentofu plugin



2
3
4
5
# File 'manifests/plugin/opentofu.pp', line 2

class foreman::plugin::opentofu {
  foreman::plugin { 'opentofu':
  }
}