Resource Type: snap_conf

Defined in:
lib/puppet/type/snap_conf.rb
Providers:
snap_conf

Overview

Manage snap configuration both system wide and snap specific.

Properties

  • ensure (defaults to: present)

    The desired state of the snap configuration.

    Supported values:
    • present
    • absent

Parameters

  • conf (defaults to: '')

    Name of configuration option.

  • name (namevar)

    An unique name for this define.

  • provider

    The specific backend to use for this ‘snap_conf` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • snap (defaults to: '')

    The snap to configure the value for. This can be the reserved name system for system wide configurations.

  • value

    Value of configuration option.