Class: Puppet::Provider::OpnsenseNodeexporterConfig::OpnsenseNodeexporterConfig

Inherits:
Puppet::Provider::OpnsenseProvider
  • Object
show all
Defined in:
lib/puppet/provider/opnsense_nodeexporter_config/opnsense_nodeexporter_config.rb

Overview

Implementation for the opnsense_nodeexporter_config type using the Resource API.

Instance Method Summary collapse

Constructor Details

#initializevoid



8
9
10
11
12
13
# File 'lib/puppet/provider/opnsense_nodeexporter_config/opnsense_nodeexporter_config.rb', line 8

def initialize
  super
  @group = 'nodeexporter'
  @command = 'config'
  @resource_type = 'single'
end