Resource Type: opnsense_plugin

Defined in:
lib/puppet/type/opnsense_plugin.rb

Summary

Manage installed opnsense plugins

Overview

This type provides Puppet with the capabilities to manage opnsense plugins.

Examples:

opnsense_plugin { 'os-acme-client':
  device => 'opnsense.example.com',
  ensure => 'present',
}

See Also:

Properties

  • ensure (defaults to: present)

    Whether this plugin should be present or absent on the opnsense device.

Parameters

  • device (namevar)

    The name of the opnsense_device type you want to manage.

  • name (namevar)

    The name of the plugin you want to manage.